| blib/lib/Graph/Line.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 7 | 71.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 19 | 0 | 1 | 8 | &blessed($graph) and $graph->isa('Graph::Undirected') |
| line | l | !l | condition |
|---|---|---|---|
| 32 | 9 | 0 | $graph->get_edge_attributes_by_id(@$unique_edge, $edge) || {} |
| 42 | 2 | 8 | $graph->get_edge_attributes(@$edge) || {} |