Condition Coverage

blib/lib/Zonemaster/Engine/Logger.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
29 86793 0 2443 $self->callback and ref $self->callback eq 'CODE'
33 1 0 4 &blessed($err) and $err->isa('Zonemaster::Engine::Exception')
56 2 0 3 ref $cond and ref $cond eq 'ARRAY'
121 1 0 1 $min_level and defined $numeric{uc $min_level}