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 1     1   69458 use Carp;
  1         3  
  1         83  
4              
5             BEGIN {
6 1     1   288 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.19";
16              
17             1;