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