| blib/lib/Astro/Catalog/Star.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 4 | 6 | 66.6 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 | 
| pod | n/a | ||
| total | 6 | 8 | 75.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Astro::Catalog::Star; | ||||||
| 2 | |||||||
| 3 | 11 | 11 | 739672 | use strict; | |||
| 11 | 48 | ||||||
| 11 | 547 | ||||||
| 4 | |||||||
| 5 | 11 | 11 | 9494 | use Astro::Catalog::Item; | |||
| 0 | |||||||
| 0 | |||||||
| 6 | |||||||
| 7 | use base qw/ Astro::Catalog::Item /; | ||||||
| 8 | use vars qw/ $VERSION /; | ||||||
| 9 | $VERSION = "4.31"; | ||||||
| 10 | |||||||
| 11 | =head1 NAME | ||||||
| 12 | |||||||
| 13 | Astro::Catalog::Star | ||||||
| 14 | |||||||
| 15 | =head1 DESCRIPTION | ||||||
| 16 | |||||||
| 17 | This class is present for backwards compatibility only. | ||||||
| 18 | |||||||
| 19 | =head1 SEE OTHER | ||||||
| 20 | |||||||
| 21 | See C | ||||||
| 22 | |||||||
| 23 | =cut | ||||||
| 24 | |||||||
| 25 | 1; |