Condition Coverage

blib/lib/Audio/Scrobbler.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
67 0 0 0 exists $args{'cfg'} and ref $args{'cfg'} eq 'HASH'
265 0 0 0 defined $$self{'nexturl'} and defined $$self{'md5ch'}
269 0 0 0 defined $$info{'title'} and defined $$info{'album'}
0 0 0 defined $$info{'title'} and defined $$info{'album'} and defined $$info{'artist'}
0 0 0 defined $$info{'title'} and defined $$info{'album'} and defined $$info{'artist'} and defined $$info{'length'}
0 0 0 defined $$info{'title'} and defined $$info{'album'} and defined $$info{'artist'} and defined $$info{'length'} and $$info{'length'} =~ /^\d+$/

or 2 conditions

line l !l condition
72 0 0 $args{'cfg'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
63 0 0 0 ref $proto || $proto
359 0 0 0 $$self{'ua'} ||= 'LWP::UserAgent'->new