| lib/File/Copy/Reliable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 12 | 91.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 15 | 2 | 3 | unless copy($source, $destination) | 
| 18 | 1 | 2 | if (-d $destination) | 
| 22 | 1 | 2 | if $source_size != $destination_size | 
| 34 | 2 | 2 | unless move($source, $destination) | 
| 37 | 0 | 2 | if (-d $destination) | 
| 41 | 1 | 1 | if $source_size != $destination_size |