line | % | coverage | condition |
57 | 100 | | $dir //= '' |
74 | 100 | | $dir //= '' |
94 | 50 | | $ext //= '' |
150 | 29 | A | B | C | D | dec |
---|
0 | X | 0 | X | 0 | 0 | X | 1 | 0 | 0 | 0 | X | 1 | 1 | 1 | 1 | 0 | 0 | X | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | X | X | 1 |
| $a and $a =~ m[/dest.wrap$]u or $b and $b =~ m[/dest.wrap$]u |
168 | 33 | | $@ and $@ =~ /Not a directory/u |
189 | 50 | | $a ||= '' |
190 | 50 | | $b ||= '' |
192 | 33 | | $a =~ m[/dest.wrap$]u or $b =~ m[/dest.wrap$]u |
229 | 14 | A | B | C | D | dec |
---|
0 | X | 0 | X | 0 | 0 | X | 1 | 0 | 0 | 0 | X | 1 | 1 | 1 | 1 | 0 | 0 | X | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | X | X | 1 |
| $a and $a =~ m[/dest.wrap$]u or $b and $b =~ m[/dest.wrap$]u |
363 | 60 | A | B | C | D | E | dec |
---|
0 | X | X | 0 | X | 0 | 0 | X | X | 1 | 0 | 0 | 0 | X | X | 1 | 1 | 1 | 1 | 0 | X | 0 | X | 0 | 1 | 0 | X | 1 | 0 | 0 | 1 | 0 | X | 1 | 1 | 1 | 1 | 1 | 0 | 0 | X | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | X | X | 1 |
| $type eq 'deploy' and not $run_quiet and -f '.dest/' . $file or $type eq 'revert' and not -f $file |
384 | 71 | A | B | C | D | dec |
---|
0 | X | 0 | X | 0 | 0 | X | 1 | 0 | 0 | 0 | X | 1 | 1 | 1 | 1 | 0 | 0 | X | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | X | X | 1 |
| $type eq 'deploy' and not -f '.dest/' . $files[0] or $type eq 'revert' and -f '.dest/' . $files[0] |