| blib/lib/Graph/TransitiveClosure.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 14 | 92.8 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 75 | unless ref $g and $g->isa("Graph") |
| 19 | 25 | 50 | unless %opt |
| 21 | 1 | 74 | exists $opt{'attribute_name'} ? : |
| 22 | 69 | 6 | unless exists $opt{'reflexive'} |
| 25 | 72 | 3 | $opt{'reflexive'} ? : |
| 35 | 12 | 18700 | if $u eq $v and not $opt{'reflexive'} |
| 37 | 8262 | 10438 | if vec $tcm00i, $j, 1 |