Condition Coverage

blib/lib/match/smart.pm
Criterion Covered Total %
condition 29 35 82.8


and 3 conditions

line !l l&&!r l&&r condition
28 993 70 0 &blessed($b) and $b->isa('Type::Tiny')
29 993 60 10 &blessed($b) and $b->can('MATCH')
30 993 0 60 &blessed($b) and $] >= 5.01
993 60 0 &blessed($b) and $] >= 5.01 and do { require overload; overload::Method($b, '~~') }
32 993 31 29 &blessed($b) and not $b->isa('Regexp')
40 735 286 3 $refb and $seen->{$refb}++
85 728 8 0 &blessed($a) and $a->isa('Type::Tiny')
86 728 5 3 &blessed($a) and $a->can('MATCH')
87 728 0 5 &blessed($a) and $] >= 5.01
728 5 0 &blessed($a) and $] >= 5.01 and do { require overload; overload::Method($a, '~~') }
90 577 6 10 _is_number($a) and &looks_like_number($b)

or 2 conditions

line l !l condition
38 687 337 $seen ||= {}