Branch Coverage

blib/lib/Protocol/ACME/Logger.pm
Criterion Covered Total %
branch 4 6 66.6


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