Over 1000 Companies
including big fortunes use CoderGears
products.
Code Rule & Code Query
Support for Code Query over LINQ (CQLinq) to easily write custom rules and query code.
Learn More >Technical Debt Estimation
For each issue, the cost to fix and the severity are estimated through customizable formulas.
Learn More >Quality Gate
Quality Gates are LINQ (CQLinq) queries that implement PASS/FAIL criteria to code quality.
Learn More >DevOps: Build Process Integration
Integrate Scanyp into your build process and get highly detailed reports to see progression and prevent code quality degradation.
Learn More >Standards
Scanyp supports out of the box the most popular Python standard: PEP8.
Code Vizualisation
Because a picture is worth a thousand words, Scanyp proposes several unique ways to visualize your code.
Learn More >Hexagon uses Scanyp to identify the relationships that could be improved as well as understand the scope of modularization. Scanyp does a fantastic job showing where they can use more modern code patterns and solutions.
See Case StudyETAS GmbH uses Scanyp to track mainly the dependencies between their modules to be aware if there are forbidden dependencies introduced by code changes.
See Case StudyDashboards have been improved in the Scanyp UI, in the generated reports section. It now contains technical debt estimations, quality gates, rules and issues data. For each data, a visual indicator shows the progression since baseline. Red and green coloured values are used to pinpoint progress or regression. Clicking any value generates a query that drills down through corresponding data, which can be a list of code elements, debt estimations, quality gates, rules or issues.
Trend charts are displayed on the Scanyp dashboard. Some trend charts are available per default to show:
Scanyp's DSM comes with numerous options to try:
A Quality Gate is a check on a code quality fact that must be enforced before releasing and eventually, before committing to source control. A Quality Gate can be seen as a PASS/FAIL criterion for software quality.
A dozen of default Quality Gates are proposed by Scanyp related to measures like technical debt amount, code coverage or amount of issues with particular severity.
Notice that special red / yellow / green losange icons shows Quality Gates status: fail / warn / pass.
Scanyp can analyze source code and Python Projects through Scanyp.Console.exe. Each time it analyzes a code base, Scanyp yields a report that can inform you about the status of your development. You can customize sections shown in the report and you can even provide your own XSL sheet for full customization.
You can also build your own set of CQLinq constraints that will be checked at each analysis. The report will warn you each time a constraint is violated. This feature makes automatic design and quality regression test a reality.
The code just written has introduced debt that would cost for example about 30 minutes should it have to be repaid later. Knowing this, the developer can fix the code before even committing it to the source control.
With Scanyp code rules are LINQ queries that can be created and customized in a matter of seconds. These queries contain C# formulas to compute accurate technical debt estimations.
The default rule-set offers over a hundred code rules that detect a wide range of code smells including entangled code, dead-code, API breaking changes and bad OOP usage.
As a static analyzer, Scanyp will likely find hundreds or even thousands of issues affecting a real-world code base. Stopping work to attempt to fix all issues for weeks would be quite unproductive.
The tool estimates the Technical Debt progress since the baseline.
Recent code smells that should be fixed before committing any code to source control are highlighted. They can then be fixed even before reaching the source server.
As a consequence the Code Quality remains under control with no major upfront investment.