| blib/lib/WebService/LastFM/TrackInfo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 8 | 10 | 80.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 58 | 1 | 3 | unless $args{'artist'} | 
| 59 | 1 | 2 | if $self->method eq "track.getInfo" and not $args{'track'} | 
| 60 | 1 | 1 | if $self->method eq "album.getInfo" and not $args{'album'} | 
| 85 | 1 | 0 | if ($res->is_success) { } | 
| 88 | 1 | 0 | if ($self->format eq 'json') { } |