File Coverage

blib/lib/Acme/UNIVERSAL/can/t.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 13 13 100.0


line stmt bran cond sub pod time code
1 1     1   650 use 5.008003;
  1         3  
2 1     1   3 use strict;
  1         2  
  1         17  
3 1     1   4 use warnings;
  1         1  
  1         85  
4              
5             package Acme::UNIVERSAL::can::t;
6              
7             our $AUTHORITY = 'cpan:TOBYINK';
8             our $VERSION = '0.001';
9              
10 1     1   740 sub can't { not shift->can(@_) }
11              
12             1;
13              
14             __END__