| blib/lib/UR/Object/Command/Copy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 81.2 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 1 | 6 | unless $key and defined $op |
| 42 | 1 | 5 | unless $copy->can($key) |
| 45 | 1 | 4 | if $value eq '' |
| 47 | 3 | 2 | if ($op eq '=') { } |
| 0 | 2 | elsif ($op eq '+=') { } | |
| 0 | 2 | elsif ($op eq '-=') { } | |
| 2 | 0 | elsif ($op eq '.=') { } | |
| 61 | 3 | 1 | if ($failure or not $tx->commit) |