| blib/lib/Graph/MoreUtils/Line.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 10 | unless (builtin::blessed($graph) and $graph->isa("Graph")) |
| 23 | 8 | 2 | unless $options |
| 29 | 4 | 6 | if ($graph->is_multiedged) { } |
| 45 | 6 | 20 | if ($graph->is_directed) { } |
| 56 | 0 | 20 | unless $line_graph->degree($vertex) |
| 57 | 13 | 7 | if ($line_graph->degree($vertex) > 1) { } |
| 2 | 5 | elsif ($options->{'loop_end_vertices'}) { } |