| blib/lib/Goo/FileThing/Cloner.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 0 | 0 | unless ($thing->isa('Goo::FileThing')) |
| 55 | 0 | 0 | unless ($destination_file) |
| 63 | 0 | 0 | if (-e $destination_path) |
| 67 | 0 | 0 | unless Goo::Prompter::confirm("$destination_file already exists. Continue?", 'N') |
| 84 | 0 | 0 | if (Goo::Prompter::confirm("Save $destination_file?")) |