Branch Coverage

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


line true false branch
65 2 20 if (not ref $_[0]) { }
71 1 19 if @_
73 3 16 unless ref $src eq 'ARRAY' and ref $dst eq 'ARRAY'
84 104 44 unless $self->has_vertex($s)
88 21 91 if $self->has_edge($s, $d)
95 50 106 if $self->has_vertex($d)