Branch Coverage

blib/lib/getopts.pl
Criterion Covered Total %
branch 8 12 66.6


line true false branch
24 7 2 if ($pos >= 0) { }
25 2 5 if ($args[$pos + 1] eq ':') { }
27 0 2 if ($rest eq "")
28 0 0 unless @ARGV
43 4 1 if ($rest eq '') { }
54 0 2 if ($rest ne '') { }