Condition Coverage

blib/lib/Perl/Critic/Policy/Perlsecret.pm
Criterion Covered Total %
condition 46 60 76.6


and 3 conditions

line !l l&&!r l&&r condition
144 73 2 7 $child eq '!' and $child->snext_sibling eq '!'
152 84 2 1 $child eq '~' and $child->snext_sibling eq '~'
160 79 2 1 $child eq '~' and $child->snext_sibling eq '-'
161 77 2 2 $child eq '-' and $child->snext_sibling eq '~'
169 65 1 2 $child eq '-' and $child->snext_sibling eq '+'
66 0 2 $child eq '-' and $child->snext_sibling eq '+' and $child->snext_sibling->snext_sibling eq '-'
179 8 6 3 $child->sprevious_sibling eq '=' and $child->snext_sibling eq '='
189 3 0 2 $child->sprevious_sibling eq '=' and $child->snext_sibling eq '=~'
198 62 1 1 $child eq '~~' and $child->snext_sibling eq '<>'
207 0 0 1 $child->snext_sibling eq '=~' and $child->snext_sibling->snext_sibling eq 'm>>'
244 267 55 9 ref $child eq 'PPI::Token::Operator' and $child eq ','
253 14 0 0 $child->snext_sibling eq 'x' and $child->snext_sibling->snext_sibling eq '!'
14 0 0 $child->snext_sibling eq 'x' and $child->snext_sibling->snext_sibling eq '!' and $child->snext_sibling->snext_sibling->snext_sibling eq '!'
263 4 1 1 $child eq '0' and $child->snext_sibling eq '+'
5 1 0 $child eq '0' and $child->snext_sibling eq '+' and $child->snext_sibling->snext_sibling eq '!'
2 0 0 $child eq '0' and $child->snext_sibling eq '+' and $child->snext_sibling->snext_sibling eq '!' and $child->snext_sibling->snext_sibling->snext_sibling eq '!'
275 85 0 3 $child eq '||' || $child eq '//' and $child->snext_sibling->class eq 'PPI::Structure::List'
85 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
275 2 1 85 $child eq '||' || $child eq '//'
2 0 1 $child->snext_sibling->content eq '()' || $child->snext_sibling->content eq '( )'