Branch Coverage

blib/lib/Net/Netcat.pm
Criterion Covered Total %
branch 11 22 50.0


line true false branch
56 0 2 if ($ret != 0 and $ret != 1)
75 0 2 if ($key =~ /\-port/)
79 0 2 if ($key =~ /\-dest/)
83 0 2 if (int $value != 1) { }
86 2 0 if $key =~ /\-v/
87 0 2 if $key =~ /\-U/
88 0 2 if $key =~ /\-l/
95 0 2 if (defined $ncdest and $ncdest =~ /\S/ and defined $uflag and $uflag == 1) { }
0 2 elsif (defined $ncport and $ncport =~ /\d/ and defined $lflag and $lflag == 1) { }
0 2 elsif (defined $ncdest and $ncdest =~ /\S/ and defined $ncport and $ncport =~ /\d/) { }
103 2 0 if defined $printflg and $printflg == 1