File Coverage

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   66549 use Carp;
  2         4  
  2         145  
4              
5             BEGIN {
6 2     2   281 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 = 'v0.206.1';
16              
17             1;