Branch Coverage

blib/lib/OptArgs2/StatusLine.pm
Criterion Covered Total %
branch 20 24 83.3


line true false branch
27 2 29 if ('SCALAR' eq ref $arg) { }
3 26 elsif ('' eq $arg) { }
53 2 29 unless (defined $next{'prefix'})
59 4 27 if ($next{'WARN'}) { }
0 27 elsif (-t $fh) { }
60 0 4 if (-t STDERR) { }
66 4 0 unless -t $fh
76 3 28 if $next{'NL'} eq "\n"
82 0 1 if -t $fh
91 1 3 if ($arg =~ /^\$(.*)/) { }
1 2 elsif ($arg eq 'RS') { }
1 1 elsif ($arg eq 'WARN') { }