Branch Coverage

blib/lib/Log/Any/Proxy/WithStackTrace.pm
Criterion Covered Total %
branch 12 20 60.0


line true false branch
113 4 2 unless @args == 1 or @args == 2 and ref $args[1] eq "HASH"
116 4 6 if (ref $args[0]) { }
118 2 2 unless $self->{'proxy_show_stack_trace_args'}
154 1 1 unless builtin::blessed($arg)
156 0 1 if ($arg->can('stack_trace')) { }
0 1 elsif ($arg->isa('Mojo::Exception')) { }
0 1 elsif ($arg->can('trace')) { }
188 0 14 if defined wantarray
207 0 0 unless $trace and $trace->can("frames")
210 0 0 unless $frame->{'args'}