File Coverage

blib/lib/immutable.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod n/a
total 8 10 80.0


line stmt bran cond sub pod time code
1 2     2   12 use strict; use warnings;
  2     2   4  
  2         56  
  2         9  
  2         4  
  2         141  
2             package immutable;
3             our $VERSION = '0.0.4';
4              
5             sub import {
6 0     0     die "Currently invalid to 'use immutable;'. Try 'use immutable::0;'.";
7             }