File Coverage

blib/lib/Acme.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod 0 2 0.0
total 21 23 91.3


line stmt bran cond sub pod time code
1             package Acme;
2 1     1   22391 use Spiffy -Base;
  1         5579  
  1         8  
3 1     1   2705 our $VERSION = '1.11111111111';
  1     1   2  
  1         25  
  1         4  
  1         6  
  1         79  
4             our @EXPORT = qw(acme);
5              
6 3     3 0 32 sub acme() { Acme->new(@_) }
7              
8             package
9             UNIVERSAL;
10 1     1   4 no warnings 'once';
  1         1  
  1         135  
11              
12 3     3 0 40 sub is_acme { $self->isa('Acme') }
  3         26  
13              
14             *is_perfect = \&is_acme;
15             *is_the_highest_point = \&is_acme;
16             *is_the_highest_stage = \&is_acme;
17             *is_the_highest_point_or_stage = \&is_acme;
18             *is_one_that_represents_perfection_of_the_thing_expressed = \&is_acme;
19             *is_the_bizzity_bomb = \&is_acme;
20             *is_teh_shiznit = \&is_acme;
21             *is_leon_brocard = \&is_acme;