Condition Coverage

blib/lib/Test/Tolerant.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
63 3 0 1 &blessed($spec) and $spec->isa('Number::Tolerant')
2 0 1 ref $spec and not &blessed($spec)
2 0 1 ref $spec and not &blessed($spec) and &reftype($spec) eq 'ARRAY'