File Coverage

blib/lib/U.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1 1     1   24007 use 5.008001;
  1         3  
  1         40  
2 1     1   5 use strict;
  1         2  
  1         35  
3 1     1   5 use warnings;
  1         1  
  1         58  
4              
5             package U;
6             # ABSTRACT: UNIVERSAL::new alias for the command line
7             our $VERSION = '0.001'; # VERSION
8              
9 1     1   549 use UNIVERSAL::new;
  1         3  
  1         37  
10              
11             1;
12              
13              
14             # vim: ts=4 sts=4 sw=4 et:
15              
16             __END__