File Coverage

blib/lib/utime2.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 utime2;
2              
3             =head1 NAME
4              
5             utime2
6              
7             =head1 SYNOPSIS
8              
9             =head1 DESCRIPTION
10              
11             =head1 SEE ALSO
12              
13             =head1 AUTHOR
14              
15             pmarguinaud@hotmail.com
16              
17             =cut
18              
19 1     1   145438 use 5.016003;
  1         6  
20 1     1   6 use strict;
  1         2  
  1         42  
21 1     1   5 use warnings;
  1         2  
  1         148  
22              
23             our $VERSION = '0.01';
24              
25             require XSLoader;
26             XSLoader::load('utime2', $VERSION);
27              
28             1;