Condition Coverage

blib/lib/Perl/Critic/Policy/Perlsecret.pm
Criterion Covered Total %
condition 41 54 75.9


and 3 conditions

line !l l&&!r l&&r condition
152 50 2 6 $child eq '!' and $child->snext_sibling eq '!'
161 51 0 1 $child eq '~' and $child->snext_sibling eq '~'
170 74 2 1 $child eq '~' and $child->snext_sibling eq '-'
171 74 0 2 $child eq '-' and $child->snext_sibling eq '~'
180 71 2 2 $child eq '-' and $child->snext_sibling eq '+'
73 0 2 $child eq '-' and $child->snext_sibling eq '+' and $child->snext_sibling->snext_sibling eq '-'
190 11 6 3 $child->sprevious_sibling eq '=' and $child->snext_sibling eq '='
199 0 0 2 $child->sprevious_sibling eq '=' and $child->snext_sibling eq '=~'
208 59 0 1 $child eq '~~' and $child->snext_sibling eq '<>'
217 0 0 1 $child->snext_sibling eq '=~' and $child->snext_sibling->snext_sibling eq 'm>>'
257 252 49 7 ref $child eq 'PPI::Token::Operator' and $child eq ','
266 13 0 2 $child->snext_sibling eq 'x' and $child->snext_sibling->snext_sibling eq '!'
13 0 2 $child->snext_sibling eq 'x' and $child->snext_sibling->snext_sibling eq '!' and $child->snext_sibling->snext_sibling->snext_sibling eq '!'
276 5 1 1 $child eq '0' and $child->snext_sibling eq '+'
6 0 1 $child eq '0' and $child->snext_sibling eq '+' and $child->snext_sibling->snext_sibling eq '!'
1 0 1 $child eq '0' and $child->snext_sibling eq '+' and $child->snext_sibling->snext_sibling eq '!' and $child->snext_sibling->snext_sibling->snext_sibling eq '!'
288 71 0 2 $child eq '||' || $child eq '//' and $child->snext_sibling->class eq 'PPI::Structure::List'

or 3 conditions

line l !l&&r !l&&!r condition
288 1 1 71 $child eq '||' || $child eq '//'