| lib/CPANPLUS/Internals/Source/Memory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 21 | 85.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 93 | 15 | 17 | 1 | $uptodate and $from_storable |
| 254 | 0 | 12 | 20 | $storable and -e $stored |
| 12 | 0 | 20 | $storable and -e $stored and -s _ | |
| 12 | 19 | 1 | $storable and -e $stored and -s _ and $args->{'uptodate'} | |
| 324 | 12 | 20 | 0 | -e $stored and not -w $stored |
| line | l | !l | condition |
|---|---|---|---|
| 54 | 1 | 31 | $self->__memory_retrieve_source('path', $path, 'uptodate', $uptodate && $use_stored, 'verbose', $verbose) || {} |
| 64 | 1 | 31 | $stored->{'_atree'} || {} |
| 65 | 1 | 31 | $stored->{'_mtree'} || {} |