blib/lib/Data/Graph/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
27 | 19 | 38 | if $in_degree{$_} == 0 |
34 | 27 | 8 | if (--$in_degree{$m} == 0) |
40 | 19 | 5 | if (@L == keys %$graph) { } |
41 | 4 | 15 | if (@_) { } |
61 | 1 | 9 | if $err |