| blib/lib/Distribution/Guess/BuildSystem.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 235 | 3 | 5 | 5 | $_[0]->prefer_module_build and $_[0]->uses_module_build |
| 237 | 4 | 2 | 2 | $_[0]->prefer_makemaker and $_[0]->uses_makemaker |
| 520 | 2 | 6 | 2 | $_[0]->has_makefile_pl and $_[0]->uses_module_install |
| 550 | 6 | 1 | 3 | $_[0]->has_build_pl and $_[0]->uses_module_build |
| 562 | 3 | 1 | 1 | $_[0]->has_build_pl and $_[0]->has_makefile_pl |