File Coverage

blib/lib/Crypt/SSLeay/Version.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Crypt::SSLeay::Version;
2             require Crypt::SSLeay;
3              
4 2     2   19193 use Exporter qw( import );
  2         5  
  2         117  
5              
6             our @EXPORT = qw();
7              
8             our @EXPORT_OK = qw(
9             openssl_built_on
10             openssl_cflags
11             openssl_dir
12             openssl_platform
13             openssl_version
14             openssl_version_number
15             );
16              
17 2     2   9 use strict;
  2         5  
  2         80  
18             __PACKAGE__;
19             __END__