lib/Perl/PrereqScanner/NotQuiteLite/Context.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
141 | 102 | 0 | 0 | defined $requires->requirements_for_module($module) and $requires->accepts_module($module, $hash->{$module}) |
227 | 565 | 1177 | 87 | $key and $key eq "conditional" |
383 | 0 | 0 | 0 | exists $self->{'defined_keywords'}{$keyword} and not $self->{'defined_keywords'}{$keyword} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
78 | 148 | 0 | 549 | $args{'suggests'} or $args{'recommends'} |