| blib/lib/Test/Mimic/Recorder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 23 | 69.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 115 | 11 | 0 | 1 | defined $reference and not $symbol =~ /^\w+::$/ |
| 285 | 2 | 15 | 11 | reftype $typeglob eq 'GLOB' and defined *{$typeglob;}{'CODE'} |
| line | l | !l | condition |
|---|---|---|---|
| 50 | 0 | 1 | $$preferences{'save'} || '.test_mimic_recorder_data' |
| 60 | 1 | 0 | $$preferences{'packages'}{$package}{'scalars'} ||= [] |
| 97 | 0 | 1 | $typeglobs{$package} ||= {} |
| 102 | 0 | 14 | $$fake_package{$symbol} ||= {} |
| 173 | 0 | 11 | $$fake_package{$sub}{'CODE'} ||= {} |
| 185 | 18 | 7 | $$record_to{$arg_key} ||= [] |
| 228 | 16 | 9 | $$context_to_result[$context_index] ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 105 | 1 | 1 | 0 | $symbol_type eq 'REF' or $symbol_type eq 'SCALAR' |