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   72799 use 5.006;
  3         12  
  3         110  
3 3     3   18 use strict;
  3         6  
  3         151  
4             BEGIN {
5 3     3   7 $UNIVERSAL::AUTHORITY::AUTHORITY = 'cpan:TOBYINK';
6 3         72 $UNIVERSAL::AUTHORITY::VERSION = '0.005';
7             }
8 3     3   3746 use Object::AUTHORITY -package => 'UNIVERSAL';
  0            
  0            
9             *reasonably_smart_match = \&Object::AUTHORITY::reasonably_smart_match;
10             1;
11              
12             __END__