blib/lib/Cinnamon.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 11 | 12 | 91.6 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 5 | 80.0 |
pod | 0 | 1 | 0.0 |
total | 15 | 18 | 83.3 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Cinnamon; | ||||||
2 | 4 | 4 | 19932 | use strict; | |||
4 | 8 | ||||||
4 | 102 | ||||||
3 | 4 | 4 | 18 | use warnings; | |||
4 | 7 | ||||||
4 | 127 | ||||||
4 | 4 | 4 | 86 | use 5.010_001; | |||
4 | 20 | ||||||
5 | |||||||
6 | 4 | 4 | 775 | use parent qw(Exporter); | |||
4 | 277 | ||||||
4 | 29 | ||||||
7 | |||||||
8 | our $VERSION = '0.28'; | ||||||
9 | |||||||
10 | our @EXPORT = qw(CTX); | ||||||
11 | 0 | 0 | 0 | sub CTX { $Cinnamon::Context::CTX }; | |||
12 | |||||||
13 | !!1; | ||||||
14 | |||||||
15 | __END__ |