File Coverage

blib/lib/Alien/CXC/param.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Alien::CXC::param;
2              
3             # ABSTRACT: Build and Install the CIAO cxcparam library
4              
5 1     1   313378 use v5.12;
  1         12  
6 1     1   5 use strict;
  1         5  
  1         20  
7 1     1   4 use warnings;
  1         2  
  1         55  
8              
9             our $VERSION = '0.03';
10              
11 1     1   6 use base qw( Alien::Base );
  1         2  
  1         625  
12              
13             1;
14              
15             #
16             # This file is part of Alien-CXC-param
17             #
18             # This software is Copyright (c) 2023 by Smithsonian Astrophysical Observatory.
19             #
20             # This is free software, licensed under:
21             #
22             # The GNU General Public License, Version 3, June 2007
23             #
24              
25             __END__