File Coverage

blib/lib/Bubblegum/Object/Role/Keyed.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Bubblegum::Object::Role::Keyed;
2              
3 36     36   16863 use 5.10.0;
  36         111  
  36         1447  
4 36     36   163 use namespace::autoclean;
  36         50  
  36         209  
5              
6 36     36   2043 use Bubblegum::Role 'with';
  36         52  
  36         317  
7              
8             with 'Bubblegum::Object::Role::Collection';
9              
10             our $VERSION = '0.45'; # VERSION
11              
12             1;