Condition Coverage

blib/lib/Earth.pm
Criterion Covered Total %
condition 23 43 53.4


and 3 conditions

line !l l&&!r l&&r condition
49 2 1 1 @_ == 1 && ref $_[0] eq 'HASH'
56 0 21 0 $next and UNIVERSAL::isa($invocant, "CODE")
59 0 13 8 $next and &Scalar::Util::blessed($invocant)
63 0 10 3 $next and ref $invocant eq "SCALAR"
67 0 0 10 $next and UNIVERSAL::can(load($invocant), $routine)
71 0 0 0 $next and UNIVERSAL::can($invocant, "AUTOLOAD")
123 0 0 2 $package && $package =~ /^\w(?:[\w:']*\w)?$/u
168 14 0 1 defined $limit and $i + 1 == $offset + $limit

or 2 conditions

line l !l condition
95 2 1 $message || 'Exception!'
162 2 0 $TRACE_OFFSET // 1

or 3 conditions

line l !l&&r !l&&!r condition
136 0 0 2 $error or $failed
0 0 2 $error or $failed or not $loaded
162 1 0 2 $offset //= $TRACE_OFFSET // 1
163 1 0 2 $limit //= $TRACE_LIMIT
182 3 4 0 $alias // $package =~ s/\W//gru