Condition Coverage

blib/lib/Perl/Lint/Policy/BuiltinFunctions/ProhibitComplexMappings.pm
Criterion Covered Total %
condition 7 11 63.6


and 3 conditions

line !l l&&!r l&&r condition
26 101 0 20 $token_type == 70 and $token_data eq 'map'
69 3 8 0 $statements_num > $max_statements and $left_brace_num != 1 || $next_token_type && $next_token_type != 110

or 2 conditions

line l !l condition
15 3 3 $$args{'prohibit_complex_mappings'}{'max_statements'} || 1

or 3 conditions

line l !l&&r !l&&!r condition
69 0 0 8 $left_brace_num != 1 || $next_token_type && $next_token_type != 110