File Coverage

blib/lib/Starlink/ATL.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             =head1 Name
2              
3             Starlink::ATL - Utilities for use with Starlink::AST.
4              
5             =head1 SYNOPSIS
6              
7             use Starlink::ATL;
8              
9             =head1 DESCRIPTION
10              
11             This package contains:
12              
13             =over 4
14              
15             =item Starlink::ATL::Region - Tools for AST regions.
16              
17             =back
18              
19             =cut
20              
21             package Starlink::ATL;
22              
23 1     1   851 use strict;
  1         2  
  1         32  
24              
25 1     1   654 use Starlink::AST;
  1         39991  
  1         60  
26              
27             our $VERSION = 0.05;
28              
29             1;
30              
31             __END__
32              
33             =head1 COPYRIGHT
34              
35             Copyright (C) 2021 East Asian Observatory
36             All Rights Reserved.
37              
38             This program is free software: you can redistribute it and/or modify
39             it under the terms of the GNU General Public License as published by
40             the Free Software Foundation, either version 3 of the License, or
41             (at your option) any later version.
42              
43             This program is distributed in the hope that it will be useful,
44             but WITHOUT ANY WARRANTY; without even the implied warranty of
45             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
46             GNU General Public License for more details.
47              
48             You should have received a copy of the GNU General Public License
49             along with this program. If not, see <http://www.gnu.org/licenses/>.