| blib/lib/Brackup/Root.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 17 | 64.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 117 | 0 | 102 | 0 | $$self{'digcache_file'} and $path eq $$self{'digcache_file'} |
| 132 | 462 | 62 | 0 | $is_dir and "$path/" =~ /$pattern/ |
| line | l | !l | condition |
|---|---|---|---|
| 20 | 0 | 8 | $conf->value('gpg_path') || 'gpg' |
| 28 | 2 | 6 | $conf->byte_value('max_composite_chunk_size') || 1048576 |
| 69 | 66 | 24 | $$self{'chunk_size'} || 67108864 |
| 172 | 0 | 0 | $dir_size{$dir} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 109 | 20 | 20 | 102 | $dentry eq '.' or $dentry eq '..' |