blib/lib/Cinnamon.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 13 | 13 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | 0 | 1 | 0.0 |
total | 18 | 19 | 94.7 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Cinnamon; | ||||||
2 | 4 | 4 | 38988 | use strict; | |||
4 | 9 | ||||||
4 | 162 | ||||||
3 | 4 | 4 | 34 | use warnings; | |||
4 | 9 | ||||||
4 | 129 | ||||||
4 | 4 | 4 | 93 | use 5.010_001; | |||
4 | 17 | ||||||
4 | 161 | ||||||
5 | |||||||
6 | 4 | 4 | 885 | use parent qw(Exporter); | |||
4 | 358 | ||||||
4 | 30 | ||||||
7 | |||||||
8 | our $VERSION = '0.27'; | ||||||
9 | |||||||
10 | our @EXPORT = qw(CTX); | ||||||
11 | 117 | 117 | 0 | 461 | sub CTX { $Cinnamon::Context::CTX }; | ||
12 | |||||||
13 | !!1; | ||||||
14 | |||||||
15 | __END__ |