Condition Coverage

blib/lib/WWW/Spotify.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
655 0 0 0 $self->auto_json_decode and $self->result_format eq "json"
889 0 0 0 $result and not ref $result
893 0 0 0 $result and ref $result eq "HASH"
894 0 0 0 exists $result->{'next'} and $result->{'next'}
904 0 0 0 $result and not ref $result
908 0 0 0 $result and ref $result eq "HASH"
909 0 0 0 exists $result->{'previous'} and $result->{'previous'}

or 3 conditions

line l !l&&r !l&&!r condition
719 0 0 0 shift() || $self->call_type
1187 0 0 0 $type eq "artist" or $type eq "user"
1207 0 0 0 $type eq "artist" or $type eq "user"
1227 0 0 0 $type eq "artist" or $type eq "user"