File Coverage

blib/lib/Alien/CFITSIO.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Alien::CFITSIO;
2              
3             # ABSTRACT: Build and Install the CFITSIO library
4              
5 1     1   286319 use strict;
  1         8  
  1         29  
6 1     1   6 use warnings;
  1         2  
  1         27  
7              
8 1     1   5 use base qw( Alien::Base );
  1         2  
  1         553  
9              
10             our $VERSION = 'v4.2.0.0';
11             use constant
12 1     1   5240 CFITSIO_VERSION => 4.02;
  1         3  
  1         72  
13              
14             1;
15              
16             #
17             # This file is part of Alien-CFITSIO
18             #
19             # This software is Copyright (c) 2022 by Smithsonian Astrophysical Observatory.
20             #
21             # This is free software, licensed under:
22             #
23             # The GNU General Public License, Version 3, June 2007
24             #
25              
26             __END__