| blib/lib/Image/Magick/Brand.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 12 | 0.0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 69 | 0 | 0 | carp("Could not open source image: $source ($!)") and return undef | 
| 74 | 0 | 0 | carp("Could not open target image: $target ($!)") and return undef | 
| line | l | !l | condition | 
|---|---|---|---|
| 30 | 0 | 0 | $args{'gravity'} || 'SouthWest' | 
| 31 | 0 | 0 | $args{'composite'} || 'over' | 
| 32 | 0 | 0 | $args{'format'} || 'jpg' | 
| 33 | 0 | 0 | $args{'quality'} || 100 |