| blib/lib/Imager/Matrix2d.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 20 | 36 | 55.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 338 | 0 | 1 | 2 | defined $right and &looks_like_number($right) | 
| 383 | 0 | 0 | 0 | ref $right and UNIVERSAL::isa($right, "Imager::Matrix2d") | 
| 428 | 0 | 0 | 0 | $val =~ /\./ and not $val =~ /e/i | 
| line | l | !l | condition | 
|---|---|---|---|
| 103 | 2 | 1 | $opts{'x'} ||= 0 | 
| 104 | 2 | 1 | $opts{'y'} ||= 0 | 
| 132 | 6 | 3 | $opts{'x'} || 0 | 
| 133 | 6 | 3 | $opts{'y'} || 0 | 
| 157 | 1 | 0 | $opts{'x'} || 0 | 
| 1 | 0 | $opts{'y'} || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 102 | 2 | 1 | 5 | $opts{'x'} or $opts{'y'} | 
| 131 | 8 | 1 | 0 | defined $opts{'x'} or defined $opts{'y'} | 
| 155 | 1 | 0 | 0 | defined $opts{'x'} or defined $opts{'y'} | 
| 223 | 1 | 0 | 0 | defined $opts{'x'} or defined $opts{'y'} | 
| 226 | 0 | 0 | 1 | $opts{'cx'} or $opts{'cy'} |