Condition Coverage

blib/lib/Perl/Lint/Policy/BuiltinFunctions/ProhibitUniversalCan.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
20 47 0 6 $token_type == 122 and $token_data eq 'can'
44 0 3 $token_type == 127 and $token_data eq 'UNIVERSAL'
35 0 0 3 $$token{'type'} == 127 and $$token{'data'} eq 'can'