Branch Coverage

blib/lib/Net/NodeTransformator.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
23 0 0 unless ($hostport =~ /:/)
24 0 0 if ($hostport =~ /^\d+$/) { }
32 0 0 if ($host eq 'unix/' and not $port =~ m[^/])
46 0 0 if (@_ > 1 and not @_ % 2) { }
0 0 elsif (@_ == 1) { }
0 0 elsif (@_) { }
57 0 0 $options{'bin'} =~ m[/] ? :
62 0 0 unless ($path)
66 0 0 unless ($options{'connect'})
92 0 0 if ((shift()) =~ /server bound/)
101 0 0 if ($options{'cb'} or $options{'cv'}) { }
102 0 0 if $options{'cb'}
112 0 0 if (exists $$self{'_server'}) { }
126 0 0 if ($options{'on_error'})
139 0 0 unless @_
156 0 0 if (defined $answer and ref $answer eq 'HASH') { }
157 0 0 if (exists $$answer{'error'}) { }
0 0 elsif (exists $$answer{'result'}) { }
179 0 0 if $options{'cb'}