File Coverage

blib/lib/Alien/OpenSSL/Static.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Alien::OpenSSL::Static;
2              
3 1     1   173905 use parent 'Alien::Base';
  1         310  
  1         7  
4             our $VERSION = '1.000001';
5              
6             =head1 NAME
7              
8             Alien::OpenSSL::Static - Alien wrapper for OpenSSL
9              
10             =head1 ABSTRACT
11              
12             Alien wrapper for OpenSSL
13              
14             =cut
15              
16             1;