| blib/lib/Astro/Coord/ECI/VSOP87D.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 23 | 60.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 653 | 0 | 0 | 205958 | $row->[5] and $cutoff <= abs $row->[5] |
| 656 | 81606 | 0 | 124352 | $row->[7] and $cutoff <= abs $row->[7] |
| 719 | 0 | 0 | 2 | &looks_like_number($val) and not $val =~ / \A Inf (?: inity )? | NaN \z /msx |
| 827 | 0 | 0 | 27 | &looks_like_number($val) and $val >= 0 |
| line | l | !l | condition |
|---|---|---|---|
| 435 | 649 | 599 | $offset ||= 0 |
| 612 | 0 | 8281 | $cutoff ||= 0 |
| 674 | 15153 | 27 | $self->{$ref} ||= {'model_cutoff_definition', &dclone(scalar $self->__model_definition('default_model_cutoff'))} |
| 799 | 99612 | 18397 | $arg{'model_cutoff_definition'}{$series->{'series'}} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 415 | 244 | 2 | 0 | $earth ||= 'Astro::Coord::ECI'->new->eci(0, 0, 0) |