| blib/lib/Lyrics/Fetcher.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 160 | 0 | 0 | 0 | $fetcherspec and not ref $fetcherspec |
| 0 | 0 | 0 | $fetcherspec and not ref $fetcherspec and $fetcherspec ne 'auto' | |
| 195 | 0 | 0 | 0 | $artist && $title |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 195 | 0 | 0 | 0 | not $artist && $title or ref $artist |
| 0 | 0 | 0 | not $artist && $title or ref $artist or ref $title | |
| 200 | 0 | 0 | 0 | not $fetchers or ref $fetchers ne 'ARRAY' |