File Coverage

blib/lib/Tlaloc.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Tlaloc;
2              
3 10     10   1109365 use 5.010;
  10         38  
4 10     10   49 use strict;
  10         20  
  10         360  
5 10     10   60 use warnings;
  10         44  
  10         1145  
6              
7             our $VERSION = '0.05';
8              
9             require XSLoader;
10             XSLoader::load('Tlaloc', $VERSION);
11              
12             # import() is implemented in XS - no Exporter needed
13              
14             1;
15              
16             __END__