Branch Coverage

blib/lib/Net/Connection/Match/Command.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
75 0 0 if (defined $_[1])
80 0 0 unless (defined $args{'commands'})
83 0 0 if (ref \$args{'commands'} eq 'ARRAY')
86 0 0 unless (defined $args{'commands'}[0])
116 0 0 unless (defined $object)
120 0 0 if (ref $object ne 'Net::Connection')
128 0 0 unless (defined $conn_pid)
143 0 0 if ($conn_pid eq $procs->[$proc_int]{'pid'})
146 0 0 if ($command =~ /^$/)
159 0 0 unless (defined $command)
165 0 0 if ($command =~ /$regex/)