blib/lib/Util/Underscore/References.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 22 | 68.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 0 | 0 | 0 | defined $type and $type eq 'SCALAR' |
0 | 0 | 0 | defined $type and $type eq 'SCALAR' and ref $_[0] eq 'Regexp' | |
52 | 2 | 2 | 14 | defined $_[0] and defined &ref_type($_[0]) |
line | l | !l | condition |
---|---|---|---|
63 | 7 | 2 | &ref_type($_[0]) // '' |
70 | 10 | 2 | &ref_type($_[0]) // '' |
79 | 6 | 2 | &ref_type($_[0]) // '' |
88 | 6 | 2 | &ref_type($_[0]) // '' |
97 | 6 | 2 | &ref_type($_[0]) // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
106 | 2 | 1 | 0 | 'REGEXP' eq &ref_type($_[0]) or overload::Method($_[0], 'qr') |