Branch Coverage

blib/lib/Log/Any/Adapter/Duperr.pm
Criterion Covered Total %
branch 2 8 25.0


line true false branch
23 0 1 unless open $self->{'fh'}, '>&', 'STDERR'
27 0 1 if (exists $self->{'log_level'}) { }
29 0 0 unless $self->{'log_level'} =~ /^\d+$/ux
46 0 0 if $method_level > $self->{'log_level'}