Condition Coverage

blib/lib/Perl/Lint/Policy/BuiltinFunctions/ProhibitStringySplit.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
20 256 1 55 $token_type == 70 and $token_data eq 'split'
30 32 6 17 $token_type == 172 || $token_type == 173 and $token_data ne ' '

or 3 conditions

line l !l&&r !l&&!r condition
30 9 14 32 $token_type == 172 || $token_type == 173
9 9 20 $token_type == 145 or $token_type == 146