Branch Coverage

blib/lib/Data/RunningTotal/Item.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
33 0 10 if ref $opts{'coords'} ne 'ARRAY'
34 0 10 if (scalar @{$opts{'coords'};} != $$self{'rt'}{'numDims'})
38 0 10 if (defined $$self{'lastTime'} and $time < $$self{'lastTime'})
44 5 5 if (defined $$self{'lastCoords'})