Branch Coverage

blib/lib/Acme/Globule/Range.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
19 15 10 if ($step > 0) { }
9 1 elsif ($step < 0) { }
38 5 22 if (/^($num)\.\.($num)$/) { }
14 8 elsif (/^($num),($num)\.\.($num)$/) { }
7 1 elsif (/^($num)\.\.($num),($num)$/) { }
39 2 3 if ($1 < $2) { }
2 1 elsif ($1 > $2) { }