blib/lib/Ark/Test/Context.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Ark::Test::Context; | ||||||
2 | 57 | 57 | 24309 | use Mouse::Role; | |||
57 | 68110 | ||||||
57 | 248 | ||||||
3 | |||||||
4 | before process => sub { | ||||||
5 | Ark::Test::context($_[0]); | ||||||
6 | }; | ||||||
7 | |||||||
8 | 57 | 57 | 21790 | no Mouse::Role; | |||
57 | 120 | ||||||
57 | 260 | ||||||
9 | |||||||
10 | 1; |