Branch Coverage

blib/lib/Net/OpenSSH/ShellQuoter/POSIX.pm
Criterion Covered Total %
branch 7 24 29.1


line true false branch
15 630 2454 /\A[$noquote_class]+\z/o ? :
27 3084 /\A'/ ? :
1230 3111 /\A'\z/ ? :
20 1833 0 length $quoted ? :
29 0 0 if ($arg =~ /\G('+)/cg) { }
0 0 elsif ($arg =~ /\G([$noquote_class$glob_class]+)/cog) { }
0 0 elsif ($arg =~ /\G(\\[$glob_class\\])/cog) { }
0 0 elsif ($arg =~ /\G\\/cg) { }
0 0 elsif ($arg =~ /\G([^$glob_class\\']+)/cog) { }
30 0 0 length $1 > 1 ? :
51 0 0 length $quoted ? :
63 0 0 wantarray ? :