Branch Coverage

blib/lib/Net/SinFP3.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
60 0 0 unless (exists $param{'output'} and exists $param{'input'} and exists $param{'mode'} and exists $param{'search'} and exists $param{'global'} and exists $param{'db'})
86 0 0 unless ($ref =~ /^ARRAY$/)
110 0 0 unless $input->postRun
115 0 0 unless $db->init
116 0 0 unless $db->run
125 0 0 unless $mode->init
126 0 0 unless $mode->run
133 0 0 unless $search->init
135 0 0 unless my $result = $search->run
146 0 0 unless $output->init
148 0 0 unless $output->run
170 0 0 if ($global->worker =~ /fork/i) { }
0 0 elsif ($global->worker =~ /thread/i) { }
0 0 elsif ($global->worker =~ /single/i) { }
172 0 0 if ($@)
180 0 0 if ($@)
188 0 0 if ($@)
226 0 0 unless $input->init
231 0 0 unless defined $next
233 0 0 ref($next) =~ /^ARRAY$/ ? :
242 0 0 unless $worker->init('callback', sub { $self->_do; } )
247 0 0 if ($r == 1)