File Coverage

blib/lib/Alien/libswe.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::libswe;
2            
3 1     1   219241 use strict;
  1         3  
  1         24  
4 1     1   4 use warnings;
  1         1  
  1         22  
5 1     1   5 use parent 'Alien::Base';
  1         1  
  1         5  
6              
7              
8             =head1 NAME
9              
10             Alien::libswe - Build and install Swiss Ephemeris shared library
11              
12             =cut
13              
14             our $VERSION = "0.004";
15              
16             =head1 SYNOPSIS
17              
18             Build and install Swiss Ephemeris shared library
19              
20             =head1 AUTHOR
21              
22             Mike Baas
23              
24             =head1 REPOSITORY
25              
26             L
27              
28             =head1 COPYRIGHT & LICENSE
29              
30             This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
31              
32             =cut
33              
34            
35             1;
36