Condition Coverage

blib/lib/Chouette.pm
Criterion Covered Total %
condition 4 14 28.5


and 3 conditions

line !l l&&!r l&&r condition
381 0 0 1 ref $err and $err + 0 == $c->{'chouette'}{'_done_gensym'} + 0

or 2 conditions

line l !l condition
174 1 0 'IO::Socket::UNIX'->new('Listen', 5, 'Type', 1, 'Local', $socket_file) || die("unable to listen on $listen : $!")
196 0 0 'IO::Socket::INET'->new('Listen', 5, 'Proto', 'tcp', 'LocalAddr', $local_addr, 'LocalPort', $port, 'ReuseAddr', 1) || die("unable to listen on $listen : $!")
223 0 1 $self->{'config'}{'logging'}{'file_prefix'} // 'app'
230 1 0 'Log::File::Rolling'->new('filename', "$log_dir/$app_name.%Y-%m-%dT%H.log", 'current_symlink', $curr_symlink, 'timezone', $self->{'config'}{'logging'}{'timezone'} // 'gmtime') || die("Error creating Log::File::Rolling logger: $!")

or 3 conditions

line l !l&&r !l&&!r condition
389 0 0 0 $status < 200 or $status >= 400