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
638 5 34 11 @f == 1 and @F > 1
655 0 33 44 defined $m->{'col'} and $u->{'col'} eq $m->{'col'}
33 44 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'
707 24 1 1 $s =~ /primitive/ and $s =~ /complete_|linear/

or 3 conditions

line l !l&&r !l&&!r condition
463 118 76 186 $g->has_edge($x, $y) != $g->has_edge($x, $z) || $g->has_edge($y, $x) != $g->has_edge($z, $x)
490 131 131 370 $v eq $y or $x eq $y
655 0 0 44 $u->{'type'} eq 'complete' && $m->{'type'} eq 'complete' || $u->{'type'} eq 'linear' && $m->{'type'} eq 'linear'