Branch Coverage

blib/lib/Log/Any/Adapter/Daemontools.pm
Criterion Covered Total %
branch 16 24 66.6


line true false branch
42 3 26 if exists $self->{'filter'}
43 0 29 if exists $self->{'dumper'}
48 18 11 if ($self->{'-init'} and not $self->{'config'}{'_adapter_init_applied'})
58 0 29 unless ref $_[0]
70 1200 1300 if ($level_num < numeric_level($method))
117 3 37 if (exists $self->{'filter'})
143 0 1 unless (defined $dump)
146 0 0 if length $x >= 50
167 0 0 $val =~ /^debug-(\d+)$/ ? :
1 0 exists $level_map{$val} ? :
1 1 &Scalar::Util::looks_like_number($val) ? :
1 2 !defined($val) || $val eq 'none' ? :