File Coverage

blib/lib/Alien/XPA.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::XPA;
2              
3             # ABSTRACT: Find or Build libxpa
4              
5 1     1   291047 use v5.10;
  1         12  
6 1     1   5 use strict;
  1         3  
  1         37  
7 1     1   6 use warnings;
  1         1  
  1         60  
8              
9             our $VERSION = 'v2.1.20.6'; # TRIAL
10              
11 1     1   7 use base qw( Alien::Base );
  1         2  
  1         561  
12              
13             1;
14              
15             #
16             # This file is part of Alien-XPA
17             #
18             # This software is Copyright (c) 2017 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__