Condition Coverage

blib/lib/Graph/ModularDecomposition.pm
Criterion Covered Total %
condition 17 21 80.9


and 3 conditions

line !l l&&!r l&&r condition
639 2 40 11 @f == 1 and @F > 1
656 0 29 48 defined $$m{'col'} and $$u{'col'} eq $$m{'col'}
29 48 0 defined $$m{'col'} and $$u{'col'} eq $$m{'col'} and $$u{'type'} eq 'complete' && $$m{'type'} eq 'complete' || $$u{'type'} eq 'linear' && $$m{'type'} eq 'linear'
708 24 1 1 $s =~ /primitive/ and $s =~ /complete_|linear/

or 3 conditions

line l !l&&r !l&&!r condition
464 119 74 167 $g->has_edge($x, $y) != $g->has_edge($x, $z) || $g->has_edge($y, $x) != $g->has_edge($z, $x)
491 131 131 350 $v eq $y or $x eq $y
656 0 0 48 $$u{'type'} eq 'complete' && $$m{'type'} eq 'complete' || $$u{'type'} eq 'linear' && $$m{'type'} eq 'linear'