Condition Coverage

blib/lib/Log/Any/Adapter/Sentry/Raven.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
70 1 1 5 &blessed($sentry) and $sentry->isa('Sentry::Raven')
74 1 1 3 exists $self->{'log_level'} and $self->{'log_level'} =~ /\D/
137 4 0 1 &blessed($trace) and $trace->isa('Devel::StackTrace')

or 3 conditions

line l !l&&r !l&&!r condition
102 0 0 5 s/trace/debug/ or s/notice/info/