Condition Coverage

lib/Perl/PrereqScanner/NotQuiteLite/Parser/ObjectPad.pm
Criterion Covered Total %
condition 16 21 76.1


and 3 conditions

line !l l&&!r l&&r condition
50 0 0 185 ref $token and $token->[1]
0 52 133 ref $token and $token->[1] and $token->[1] eq "WORD"
63 5 33 57 @$tokens and is_version($tokens->[0])
86 1 5 3 @$tokens and is_version($tokens->[0])

or 3 conditions

line l !l&&r !l&&!r condition
51 17 0 116 $token->[0] eq "isa" or $token->[0] eq "extends"
56 21 0 95 $token->[0] eq "does" or $token->[0] eq "implements"
66 17 39 39 $isa or $does