Condition Coverage

blib/lib/Perl/Critic/Policy/Perlsecret.pm
Criterion Covered Total %
condition 43 60 71.6


and 3 conditions

line !l l&&!r l&&r condition
146 64 3 8 $child eq '!' and $child->snext_sibling eq '!'
154 64 1 1 $child eq '~' and $child->snext_sibling eq '~'
162 73 0 1 $child eq '~' and $child->snext_sibling eq '-'
163 71 0 2 $child eq '-' and $child->snext_sibling eq '~'
171 78 2 2 $child eq '-' and $child->snext_sibling eq '+'
80 0 2 $child eq '-' and $child->snext_sibling eq '+' and $child->snext_sibling->snext_sibling eq '-'
181 6 6 3 $child->sprevious_sibling eq '=' and $child->snext_sibling eq '='
191 0 0 2 $child->sprevious_sibling eq '=' and $child->snext_sibling eq '=~'
200 86 0 1 $child eq '~~' and $child->snext_sibling eq '<>'
209 0 0 1 $child->snext_sibling eq '=~' and $child->snext_sibling->snext_sibling eq 'm>>'
246 298 76 16 ref $child eq 'PPI::Token::Operator' and $child eq ','
255 13 0 0 $child->snext_sibling eq 'x' and $child->snext_sibling->snext_sibling eq '!'
13 0 0 $child->snext_sibling eq 'x' and $child->snext_sibling->snext_sibling eq '!' and $child->snext_sibling->snext_sibling->snext_sibling eq '!'
265 5 2 1 $child eq '0' and $child->snext_sibling eq '+'
7 0 1 $child eq '0' and $child->snext_sibling eq '+' and $child->snext_sibling->snext_sibling eq '!'
2 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 '!'
277 67 0 3 $child eq '||' || $child eq '//' and $child->snext_sibling->class eq 'PPI::Structure::List'
67 3 0 $child eq '||' || $child eq '//' and $child->snext_sibling->class eq 'PPI::Structure::List' and $child->snext_sibling->content eq '()' || $child->snext_sibling->content eq '( )'

or 3 conditions

line l !l&&r !l&&!r condition
277 2 1 67 $child eq '||' || $child eq '//'
2 0 1 $child->snext_sibling->content eq '()' || $child->snext_sibling->content eq '( )'