File Coverage

blib/lib/CXC/Astro/Regions.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package CXC::Astro::Regions;
2              
3             # ABSTRACT: Astronomical region support
4              
5 1     1   336026 use v5.20;
  1         4  
6 1     1   35 use strict;
  1         3  
  1         38  
7 1     1   11 use warnings;
  1         2  
  1         130  
8              
9             our $VERSION = '0.03';
10              
11             1;
12              
13             #
14             # This file is part of CXC-Astro-Regions
15             #
16             # This software is Copyright (c) 2023 by Smithsonian Astrophysical Observatory.
17             #
18             # This is free software, licensed under:
19             #
20             # The GNU General Public License, Version 3, June 2007
21             #
22              
23             __END__