File Coverage

blib/lib/Acme/ಠ_ಠ.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 18 18 100.0


line stmt bran cond sub pod time code
1 1     1   57037 use strict;
  1         5  
  1         22  
2 1     1   15 use warnings;
  1         2  
  1         22  
3 1     1   4 use utf8;
  1         2  
  1         3  
4             package Acme::ಠ_ಠ;
5             # vim: set ts=8 sts=4 sw=4 tw=115 et :
6             # ABSTRACT: Send warnings with ಠ_ಠ
7              
8             our $VERSION = '0.007';
9              
10 1     1   367 use Acme::LookOfDisapproval;
  1         2  
  1         4  
11             our @EXPORT = ('ಠ_ಠ');
12              
13             sub import
14             {
15 1     1   8 goto &Acme::LookOfDisapproval::import;
16             }
17              
18             1;
19              
20             __END__