Branch Coverage

blib/lib/App/sh2p/Operators.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
33 0 0 if ($input =~ s/(.+?)\s+//) { }
43 0 0 unless @rest
47 0 0 if (@rest >= 3) { }
54 0 0 if ($types[1][0] eq 'UNKNOWN' and exists $g_perl_ops{$rest[1]}) { }
0 0 elsif ($types[1][0] ne 'OPERATOR') { }
79 0 0 if (substr($op, 0, 1) eq '-' and length $op eq 2) { }
0 0 elsif ($op) { }
82 0 0 if (@rest)