Condition Coverage

lib/Perl/PrereqScanner/NotQuiteLite/Parser/FeatureCompatClass.pm
Criterion Covered Total %
condition 12 23 52.1


and 3 conditions

line !l l&&!r l&&r condition
53 0 0 22 ref $token and $token->[1]
0 12 10 ref $token and $token->[1] and $token->[1] eq "WORD"
56 1 4 5 @$tokens and is_version($tokens->[0])
62 0 0 22 ref $token and $token->[1]
0 14 8 ref $token and $token->[1] and $token->[1] eq "ATTRIBUTE"
66 0 0 8 is_module_name($name) and is_version($version)
84 0 0 0 @$tokens and is_version($tokens->[0])

or 2 conditions

line l !l condition
65 4 4 $version ||= 0