blib/lib/Tie/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 35 | 62.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
27 | 51 | 0 | 170 | defined blessed($ref) and $INC{'overload.pm'} |
216 | 0 | 0 | 2 | ref \$tie eq 'REF' and defined(my $tie_obj = CORE::tied $tie) |
line | l | !l | condition |
---|---|---|---|
75 | 4 | 0 | $dummy ||= bless(\my($dummy)) |
2 | 0 | $dummy ||= bless(\my($dummy)) | |
2 | 0 | $dummy ||= bless(\my($dummy)) | |
11 | 1 | $dummy ||= bless(\my($dummy)) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 30 | 0 | 140 | $type eq 'GLOB' || $type eq 'IO' |
75 | 26 | 0 | 71 | $type eq 'GLOB' or $type eq 'IO' |
12 | 0 | 31 | $type eq 'GLOB' or $type eq 'IO' | |
6 | 0 | 16 | $type eq 'GLOB' or $type eq 'IO' | |
10 | 0 | 32 | $type eq 'GLOB' or $type eq 'IO' | |
4 | 0 | 10 | $type eq 'GLOB' or $type eq 'IO' | |
4 | 0 | 10 | $type eq 'GLOB' or $type eq 'IO' |