| blib/lib/Math/Zap/Matrix2.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 21 | 34 | 61.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 165 | 0 | 7 | unless ref $m eq 'Math::Zap::Matrix2' | 
| 183 | 0 | 0 | unless scalar @_ | 
| 226 | 0 | 66 | if $n and $A | 
| 344 | 0 | 2 | if ref $b | 
| 378 | 0 | 1 | if ref $b | 
| 379 | 0 | 1 | if $b == 0 | 
| 413 | 0 | 65 | if $d == 0 | 
| 447 | 7 | 0 | if abs $$a{'11'} - $$b{'11'} < $accuracy and abs $$a{'12'} - $$b{'12'} < $accuracy and abs $$a{'21'} - $$b{'21'} < $accuracy | 
| 496 | 2 | 2 | if $b | 
| 510 | 0 | 3 | unless ref $b | 
| 511 | 2 | 1 | if vector2Is $b | 
| 512 | 1 | 0 | if is $b | 
| 526 | 1 | 2 | unless $c | 
| 3 | 63 | if (not ref $b) { } | |
| 527 | 57 | 6 | if vector2Is $b | 
| 528 | 2 | 0 | if $c | 
| 532 | 6 | 0 | if is $b |