Condition Coverage

blib/lib/Try/Lite.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
22 0 0 31 $catches[$i] and ref $catches[$i + 1] eq 'CODE'
60 2 3 3 &Scalar::Util::blessed($error) and UNIVERSAL::isa($error, $class)

or 3 conditions

line l !l&&r !l&&!r condition
60 16 0 8 $class eq '*' or &Scalar::Util::blessed($error) and UNIVERSAL::isa($error, $class)