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   185908 use strict;
  1         2  
  1         43  
2 1     1   6 use warnings;
  1         3  
  1         54  
3 1     1   7 use utf8;
  1         4  
  1         6  
4             package Acme::ಠ_ಠ;
5             # vim: set ts=8 sts=2 sw=2 tw=100 et :
6             # ABSTRACT: Send warnings with ಠ_ಠ
7              
8             our $VERSION = '0.007';
9              
10 1     1   659 use Acme::LookOfDisapproval;
  1         4  
  1         4  
11             our @EXPORT = ('ಠ_ಠ');
12              
13             sub import {
14 1     1   12 goto &Acme::LookOfDisapproval::import;
15             }
16              
17             1;
18              
19             __END__