| blib/lib/LyricFinder/_Class.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 0 | 0 | defined $$self{"-$source"} and ref($$self{"-$source"}) =~ /HASH/ |
| 56 | 0 | 0 | 0 | defined $self->{'-debug'} and $self->{'-debug'} =~ /^\d$/ |
| 139 | 0 | 0 | 0 | $_[0] and $_[1] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | !defined($_[0]) || $_[0] =~ /^\-/ |
| 49 | 0 | 0 | 0 | !defined($subarglist[0]) || $subarglist[0] =~ /^\-/ |