line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Astro::Catalog::Star::Morphology; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
9911147
|
use strict; |
|
1
|
|
|
|
|
26
|
|
|
1
|
|
|
|
|
548
|
|
4
|
|
|
|
|
|
|
|
5
|
1
|
|
|
1
|
|
2218
|
use Astro::Catalog::Item::Morphology; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
39
|
|
6
|
|
|
|
|
|
|
|
7
|
1
|
|
|
1
|
|
9
|
use base qw/ Astro::Catalog::Item::Morphology /; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
252
|
|
8
|
1
|
|
|
1
|
|
7
|
use vars qw/ $VERSION /; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
70
|
|
9
|
|
|
|
|
|
|
$VERSION = "4.31"; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Astro::Catalog::Star::Morphology |
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; |