Condition Coverage

blib/lib/PAR/Indexer.pm
Criterion Covered Total %
condition 13 33 39.3


and 3 conditions

line !l l&&!r l&&r condition
88 0 0 0 defined $$this_pm{'version'} and $$this_pm{'version'} ne 'undef'
0 0 0 defined $$this_pm{'version'} and $$this_pm{'version'} ne 'undef' and $$main_ns{'version'} < $$this_pm{'version'}
183 0 0 0 defined $version and $scr{$scriptname}{'version'} < $version
215 1 0 9 defined $meta and ref $meta eq 'HASH'
225 9 15 0 exists $$meta{$source} and ref $$meta{$source} eq 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
88 3 0 0 not defined $$main_ns{'version'} or $$main_ns{'version'} eq 'undef'
3 0 0 not defined $$main_ns{'version'} or $$main_ns{'version'} eq 'undef' or defined $$this_pm{'version'} and $$this_pm{'version'} ne 'undef' and $$main_ns{'version'} < $$this_pm{'version'}
117 207 5 300 $inpod or substr($pline, 0, 4) eq '=cut'
183 0 0 0 not defined $scr{$scriptname}{'version'} or defined $version and $scr{$scriptname}{'version'} < $version
217 5 0 4 exists $$meta{'requires'} or exists $$meta{'build_requires'}
2 0 2 exists $$meta{'requires'} or exists $$meta{'build_requires'} or exists $$meta{'configure_requires'}