| blib/lib/Pinto/Store.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 22 | 59.0 |
| line | true | false | branch |
|---|---|---|---|
| 37 | 0 | 161 | unless -e $origin |
| 38 | 0 | 161 | unless -f $origin |
| 66 | 0 | 31 | unless $path |
| 68 | 0 | 31 | unless -e $path |
| 70 | 0 | 31 | unless $path->remove |
| 73 | 31 | 49 | if $dir->children |
| 75 | 0 | 49 | unless $dir->remove |
| 88 | 0 | 179 | if $ENV{'PINTO_NO_CHECKSUMS'} |
| 89 | 0 | 179 | unless -e $dir |
| 92 | 0 | 179 | unless @children |
| 96 | 13 | 166 | if (-e $cs_file and @children == 1) |