Branch Coverage

blib/lib/GraphViz/Graph/Label.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
27 0 0 unless defined $opts
28 0 0 unless ref $opts eq 'HASH'
30 0 0 if ($opts->{'text'}) { }
0 0 elsif ($opts->{'html'}) { }
42 0 0 if keys %$opts
64 0 0 unless grep {$_ eq $loc;} 'c', 'b', 't'
82 0 0 if ($self->{'type'} eq 'text') { }
95 0 0 if ($self->{'loc'})