File Coverage

blib/lib/Alien/LibCIAORegion.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Alien::LibCIAORegion;
2              
3             # ABSTRACT: Find or build the CIAO Region library
4              
5 2     2   537603 use strict;
  2         17  
  2         55  
6 2     2   11 use warnings;
  2         4  
  2         86  
7              
8 2     2   12 use base qw( Alien::Base );
  2         3  
  2         1008  
9              
10             our $VERSION = '0.01';
11              
12             1;
13              
14             #
15             # This file is part of Alien-LibCIAORegion
16             #
17             # This software is Copyright (c) 2020 by Smithsonian Astrophysical Observatory.
18             #
19             # This is free software, licensed under:
20             #
21             # The GNU General Public License, Version 3, June 2007
22             #
23              
24             __END__