| blib/lib/GraphViz/Graph/Label.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 16 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 30 | 0 | 0 | unless defined $opts | 
| 31 | 0 | 0 | unless ref $opts eq 'HASH' | 
| 33 | 0 | 0 | if ($opts->{'text'}) { } | 
| 0 | 0 | elsif ($opts->{'html'}) { } | |
| 45 | 0 | 0 | if keys %$opts | 
| 67 | 0 | 0 | unless grep {$_ eq $loc;} 'c', 'b', 't' | 
| 85 | 0 | 0 | if ($self->{'type'} eq 'text') { } | 
| 98 | 0 | 0 | if ($self->{'loc'}) |