Condition Coverage

blib/lib/NetAthlon2/RAW.pm
Criterion Covered Total %
condition 19 30 63.3


and 3 conditions

line !l l&&!r l&&r condition
46 0 0 7 defined $file and -f $file
93 7 0 0 exists $$self{'debug'} and $$self{'debug'} >= 5
101 7 0 0 exists $$self{'debug'} and $$self{'debug'} >= 5
116 0 1 6 $ampm eq 'pm' and $hour < 12
117 7 0 0 $ampm eq 'am' and $hour == 12
119 7 0 0 exists $$self{'debug'} and $$self{'debug'} >= 5

or 3 conditions

line l !l&&r !l&&!r condition
199 7 50 1866 not exists $$self{'data'}{'Max Cadence'} or $$self{'data'}{'Max Cadence'} < $$_{'Cadence'}
204 7 81 1840 not exists $$self{'data'}{'Max Speed'} or $$self{'data'}{'Max Speed'} < $$_{'Speed'}
212 7 93 1828 not exists $$self{'data'}{'Max Watts'} or $$self{'data'}{'Max Watts'} < $$_{'Watts'}
218 6 106 1745 not exists $$self{'data'}{'Max Heart Rate'} or $$self{'data'}{'Max Heart Rate'} < $$_{'Heart Rate'}