| line | true | false | branch | 
 
| 208 | 1 | 5 | $self->{'rotation_factor'} ? : | 
 
| 221 | 0 | 8 | if ($n < 0) | 
 
| 227 | 1 | 1 | if (ref $n and $n->isa('Math::BigInt') and $rf != int $rf) | 
 
| 237 | 0 | 0 | if ($n < 0) | 
 
| 241 | 0 | 0 | if (ref $n) | 
 
| 242 | 0 | 0 | if ($n->isa('Math::BigInt')) | 
 
| 245 | 0 | 0 | if ($n->isa('Math::BigRat')) | 
 
| 248 | 0 | 0 | if ($n->isa('Math::BigFloat')) | 
 
| 283 | 0 | 0 | if ($n_lo < 0) | 
 
| 290 | 0 | 0 | if (is_infinite($n_lo) or is_infinite($n_hi)) | 
 
| 299 | 0 | 0 | if (&hypot($nx - $x, $ny - $y) <= 0.5) | 
 
| 361 | 0 | 1 | if ($rf == int $rf) { } | 
 
| 364 | 0 | 1 | if (ref $n_lo and $n_lo->isa('Math::BigInt')) | 
 
| 368 | 0 | 1 | if (ref $n_hi and $n_lo->isa('Math::BigInt')) | 
 
| 375 | 1 | 0 | if ($n_lo < 1) | 
 
| 385 | 1 | 0 | $x > $int ? : |