blib/lib/Bubblegum/Object/Role/Output.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::Output; | ||||||
2 | |||||||
3 | 36 | 36 | 18170 | use 5.10.0; | |||
36 | 109 | ||||||
36 | 1532 | ||||||
4 | 36 | 36 | 183 | use namespace::autoclean; | |||
36 | 52 | ||||||
36 | 208 | ||||||
5 | |||||||
6 | 36 | 36 | 2128 | use Bubblegum::Role 'requires', 'with'; | |||
36 | 54 | ||||||
36 | 217 | ||||||
7 | |||||||
8 | with 'Bubblegum::Object::Role::Defined'; | ||||||
9 | |||||||
10 | our $VERSION = '0.45'; # VERSION | ||||||
11 | |||||||
12 | requires 'print'; | ||||||
13 | requires 'say'; | ||||||
14 | |||||||
15 | 1; |