| blib/lib/Graph/Subgraph.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 12 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 62 | 2 | 20 | if (not ref $_[0]) { } | 
| 68 | 1 | 19 | if @_ | 
| 70 | 3 | 16 | unless ref $src eq "ARRAY" and ref $dst eq "ARRAY" | 
| 81 | 104 | 44 | unless $self->has_vertex($s) | 
| 85 | 21 | 91 | if $self->has_edge($s, $d) | 
| 92 | 50 | 106 | if $self->has_vertex($d) |