Branch Coverage

blib/lib/WebService/LastFM/TrackInfo.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
57 1 3 unless $args{'artist'}
58 1 2 if $self->method eq "track" and not $args{'track'}
59 1 1 if $self->method eq "album" and not $args{'album'}
84 1 0 if ($res->is_success) { }
87 1 0 if ($self->format eq 'json') { }