| blib/lib/Algorithm/Graphs/TransitiveClosure/Tiny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 12 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 34 | 38 | 162 | 224 | exists $graph->{$k} and exists $graph->{$k}{$j} | 
| 162 | 9 | 215 | exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i} | |
| 9 | 84 | 131 | exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i} and exists $graph->{$i}{$k} | |
| 84 | 117 | 14 | exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i} and exists $graph->{$i}{$k} and not exists $graph->{$i}{$j} |