Condition Coverage

blib/lib/Perl/Critic/Policy/Subroutines/ProhibitUnusedPrivateSubroutines.pm
Criterion Covered Total %
condition 3 35 8.5


and 3 conditions

line !l l&&!r l&&r condition
166 0 0 0 _compare_token_locations($regexp, $start_token) >= 0 and _compare_token_locations($finish_token, $regexp) >= 0
260 0 0 0 $prior and $prior->isa("PPI::Token::Cast")
0 0 0 $prior and $prior->isa("PPI::Token::Cast") and "\\" eq $prior->content
265 0 0 0 $prior and $prior->isa("PPI::Token::Word")
0 0 0 $prior and $prior->isa("PPI::Token::Word") and "goto" eq $prior->content
304 0 0 0 $element->isa("PPI::Token::Operator") and $IS_COMMA{$element->content}

or 2 conditions

line l !l condition
308 0 0 $elements[$inx] ||= []

or 3 conditions

line l !l&&r !l&&!r condition
73 4 89 89 $config_string //= $parameter->get_default_string
138 0 0 0 $left_loc->[0] <=> $right_loc->[0] || $left_loc->[1] <=> $right_loc->[1]
154 0 0 0 is_function_call($usage) or is_method_call($usage)
203 0 0 0 is_function_call($word) or is_method_call($word)
265 0 0 0 is_function_call($usage) or $prior and $prior->isa("PPI::Token::Word") and "goto" eq $prior->content