blib/lib/Graph/ModularDecomposition.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 21 | 80.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
638 | 6 | 32 | 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/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
463 | 111 | 76 | 163 | $g->has_edge($x, $y) != $g->has_edge($x, $z) || $g->has_edge($y, $x) != $g->has_edge($z, $x) |
490 | 131 | 131 | 340 | $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' |