Branch Coverage

blib/lib/Graph/Subgraph.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
62 2 5 if (not ref $_[0]) { }
68 1 4 if @_
70 3 1 unless ref $src eq 'ARRAY' and ref $dst eq 'ARRAY'
81 0 6 unless $self->has_vertex($s)
85 0 18 if $self->has_edge($s, $d)
92 6 0 if $self->has_vertex($d)