Branch Coverage

blib/script/seq
Criterion Covered Total %
branch 17 30 56.6


line true false branch
39 0 4 if ($opt eq '--') { }
1 3 elsif ($opt eq '-s') { }
1 2 elsif ($opt eq '-f') { }
2 0 elsif ($opt =~ /\A\-?[0-9]/) { }
53 0 5 if (@ARGV == 0) { }
0 5 elsif (@ARGV == 1) { }
3 2 elsif (@ARGV == 2) { }
2 0 elsif (@ARGV == 3) { }
69 0 5 if ($step == 0)
73 0 5 if ($ender < $begin) { }
74 0 0 if (@ARGV != 3) { }
0 0 elsif ($step > 0) { }
81 0 5 if ($step < 0)
90 5 38 if ($head) { }
102 0 12 unless ($n =~ /\A[\+\-]?[0-9]+(\.[0-9]+)?\Z/)