blib/lib/Astro/Coords/Fixed.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 21 | 42.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 10 | 0 | 3 | exists $args{'ha'} and exists $args{'dec'} |
0 | 0 | 3 | exists $args{'ha'} and exists $args{'dec'} and exists $args{'tel'} | |
0 | 0 | 3 | exists $args{'ha'} and exists $args{'dec'} and exists $args{'tel'} and UNIVERSAL::isa($args{'tel'}, "Astro::Telescope") | |
0 | 10 | 0 | exists $args{'az'} and exists $args{'el'} | |
277 | 4 | 0 | 0 | defined $ra_app and defined $dec_app |
304 | 7 | 0 | 3 | defined $ha and defined $dec_app |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
83 | 0 | 13 | 0 | ref $proto || $proto |