| blib/lib/Orignal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 27 | 59.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 32 | 3 | 6 | 0 | exists $$attributes{'SCALARS'} and ref $$attributes{'SCALARS'} ne 'ARRAY' |
| 35 | 3 | 6 | 0 | exists $$attributes{'HASHES'} and ref $$attributes{'HASHES'} ne 'ARRAY' |
| 38 | 3 | 6 | 0 | exists $$attributes{'ORDERED_HASHES'} and ref $$attributes{'ORDERED_HASHES'} ne 'ARRAY' |
| 41 | 3 | 6 | 0 | exists $$attributes{'ARRAYS'} and ref $$attributes{'ARRAYS'} ne 'ARRAY' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 22 | 0 | 9 | 0 | ref $class || $class |
| 26 | 6 | 0 | 3 | exists $$attributes{'SCALARS'} or exists $$attributes{'HASHES'} |
| 1 | 0 | 2 | exists $$attributes{'SCALARS'} or exists $$attributes{'HASHES'} or exists $$attributes{'ARRAYS'} | |
| 1 | 0 | 1 | exists $$attributes{'SCALARS'} or exists $$attributes{'HASHES'} or exists $$attributes{'ARRAYS'} or exists $$attributes{'ORDERED_HASHES'} | |
| 51 | 0 | 9 | 0 | ref $class || $class |