File Coverage

blib/lib/Inline/Select/Register.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package Inline::Select::Register ;
2              
3 2     2   7096 use strict ;
  2         5  
  2         156  
4             require Inline::Select ;
5              
6              
7              
8              
9             sub import {
10 1     1   16 my $class = shift ;
11            
12 1         5 return Inline::Select->register(@_) ;
13             }
14              
15              
16              
17             1 ;