| blib/lib/App/CopyrightImage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 15 | 80.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 26 | 6 | 2 | 0 | $data{'dst'} and -d $data{'dst'} | 
| 86 | 2 | 4 | 0 | not $data->{'force'} and $cp || $cr | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 21 | 1 | 1 | 1 | $data{'check'} or $data{'remove'} | 
| 6 | 1 | 2 | $data{'name'} or ($data{'check'} or $data{'remove'}) | |
| 86 | 1 | 0 | 3 | $cp || $cr |