File: | bin/unburden-home-dir |
Coverage: | 56.2% |
line | % | coverage | condition | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
388 | 0 |
| unlink $itemexpanded or die "Couldn't delete ${itemexpanded}: $!" | ||||||||||||||||||||
452 | 67 |
| $is_file or $is_dir | ||||||||||||||||||||
456 | 67 |
| $is_file and not -f $itemexpanded | ||||||||||||||||||||
462 | 67 |
| $is_dir and not -d $itemexpanded | ||||||||||||||||||||
475 | 33 |
| $USE_LSOF and files_in_use($itemexpanded) | ||||||||||||||||||||
482 | 33 |
| $action eq 'r' or $action eq 'd' | ||||||||||||||||||||
570 | 100 |
| -e $itemexpanded || -l $itemexpanded | ||||||||||||||||||||
649 | 33 |
| defined $item and defined $replacement | ||||||||||||||||||||
653 | 67 |
| type_is_directory($type) or type_is_file($type) | ||||||||||||||||||||
657 | 50 |
| $action ne 'd' and $action ne 'r' and $action ne 'm' |