Branch Coverage

blib/lib/Protocol/ACME/Logger.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
31 6 0 if (exists $self->{'log_level'}) { }
33 6 0 unless $self->{'log_level'} =~ /^\d+$/
45 0 27 if $method_level > $self->{'log_level'}