Classes
Line coverage against cyclomatic complexity. Bubble size is the number of executable lines; hover for details, click to navigate.
Sorted by descending CRAP index.
| Class | CRAP | Coverage |
|---|---|---|
| Example\ExampleClass | 2.50 | 50.0% |
| Example\ParentClass | 2 | 0.0% |
| Example\ChildClass | 1 | 100.0% |
Methods
Line coverage against cyclomatic complexity. Bubble size is the number of executable lines; hover for details, click to navigate.
Sorted by descending CRAP index.
| Method | CRAP | Coverage |
|---|---|---|
| Example\ExampleClass::doMore | 2 | 0.0% |
| Example\ParentClass::parentMethod | 2 | 0.0% |
| Example\ChildClass::childMethod | 1 | 100.0% |
| Example\ExampleClass::doSomething | 1 | 100.0% |