Branch Coverage

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


line true false branch
43 3 25 if exists $self->{'filter'}
44 0 28 if exists $self->{'dumper'}
49 17 11 if ($self->{'-init'} and not $self->{'config'}{'_adapter_init_applied'})
59 0 28 unless ref $_[0]
71 1152 1248 if ($level_num < numeric_level($method))
118 3 36 if (exists $self->{'filter'})
144 0 1 unless (defined $dump)
147 0 0 if length $x >= 50
168 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' ? :