blib/lib/OpenTracing/Interface.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 4 | 4 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 6 | 6 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package OpenTracing::Interface; | ||||||
2 | |||||||
3 | 2 | 2 | 70031 | use Carp; | |||
2 | 4 | ||||||
2 | 234 | ||||||
4 | |||||||
5 | BEGIN { | ||||||
6 | 2 | 2 | 333 | carp <<END_OF_MESSAGE; | |||
7 | Do not 'use' "OpenTracing::Interface" !!! | ||||||
8 | |||||||
9 | it does not provide anything! | ||||||
10 | check the documentation on how to consume the roles provided | ||||||
11 | END_OF_MESSAGE | ||||||
12 | |||||||
13 | } | ||||||
14 | |||||||
15 | our $VERSION = "0.20"; | ||||||
16 | |||||||
17 | 1; |