File Coverage

blib/lib/UNIVERSAL/AUTHORITY.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 13 15 86.6


line stmt bran cond sub pod time code
1             package UNIVERSAL::AUTHORITY;
2 3     3   78037 use 5.006;
  3         11  
  3         108  
3 3     3   15 use strict;
  3         5  
  3         169  
4             BEGIN {
5 3     3   6 $UNIVERSAL::AUTHORITY::AUTHORITY = 'cpan:TOBYINK';
6 3         76 $UNIVERSAL::AUTHORITY::VERSION = '0.006';
7             }
8 3     3   5329 use Object::AUTHORITY -package => 'UNIVERSAL';
  0            
  0            
9             *reasonably_smart_match = \&Object::AUTHORITY::reasonably_smart_match;
10             1;
11              
12             __END__