Condition Coverage

lib/Devel/Graph.pm
Criterion Covered Total %
condition 20 28 71.4


and 2 conditions

line l !l condition
622 0 3 $child->delete and next

and 3 conditions

line !l l&&!r l&&r condition
116 2 24 0 ref $code and ref $code ne 'SCALAR'
255 26 0 11 $in_cond == 0 and $child->isa('PPI::Token::Word')
599 9 5 5 $child->isa('PPI::Token::Word') and $child =~ /^(if|unless|until|while)\z/
622 15 0 3 $child->isa('PPI::Token::Structure') and $child eq ';'
721 58 24 5 ref $element eq 'PPI::Statement' and $element->find_any('PPI::Structure::Condition')

or 2 conditions

line l !l condition
42 0 21 $$args{'debug'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
119 24 0 2 ref $code or -f $code
229 1 0 14 $type eq 'for' or $type eq 'foreach'
497 1 0 5 $child->isa('PPI::Token::Word') or $child->isa('PPI::Token::Symbol')