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   1218233 use 5.010;
  10         37  
4 10     10   52 use strict;
  10         19  
  10         360  
5 10     10   57 use warnings;
  10         27  
  10         1192  
6              
7             our $VERSION = '0.02';
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__