blib/lib/Test2/Hub/Interceptor/Terminator.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 Test2::Hub::Interceptor::Terminator; | ||||||
2 | 54 | 54 | 162 | use strict; | |||
54 | 51 | ||||||
54 | 1122 | ||||||
3 | 54 | 54 | 147 | use warnings; | |||
54 | 43 | ||||||
54 | 1642 | ||||||
4 | |||||||
5 | our $VERSION = '0.000042'; | ||||||
6 | |||||||
7 | 1; | ||||||
8 | |||||||
9 | __END__ |