| blib/lib/Graph/Easy/As_graph6.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 8 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 75 | 4 | 5 | 4 | $graph->is_directed && $format eq 'digraph6' | 
| line | l | !l | condition | 
|---|---|---|---|
| 63 | 24 | 7 | $options{'format'} || 'graph6' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 55 | 4 | 4 | 31 | $graph->has_edge($from, $to) || $graph->has_edge($to, $from) |