Condition Coverage

blib/lib/MultiProcFactory.pm
Criterion Covered Total %
condition 9 18 50.0


and 3 conditions

line !l l&&!r l&&r condition
137 0 27 324 $child_count < $max_proc and @partition_keys

or 2 conditions

line l !l condition
55 0 52 $args{'log_child_append'} ||= 0
56 0 52 $args{'log_parent_append'} ||= 0
89 0 52 $args{'max_proc'} ||= 20

or 3 conditions

line l !l&&r !l&&!r condition
52 26 26 0 $args{'log_file'} ||= "$tmp_log_name.log"
114 34 0 0 'IO::File'->new("$mode$$self{'log_file'}") || croak("unable to open parent filehandle $!\n")
184 8 0 0 'IO::File'->new("$mode$$self{'current_child_logname'}") || croak("unable to open child filehandle n child [$$]$!\n")