blib/lib/OpenTracing/Implementation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 18 | 61.1 |
line | true | false | branch |
---|---|---|---|
13 | 3 | 1 | exists $ENV{'OPENTRACING_IMPLEMENTATION'} ? : |
0 | 4 | exists $ENV{'PERL_OPENTRACING_IMPLEMENTATION'} ? : | |
24 | 0 | 6 | exists $ENV{'DEBUG'} ? : |
0 | 6 | exists $ENV{'OPENTRACING_DEBUG'} ? : | |
0 | 6 | exists $ENV{'PERL_OPENTRACING_DEBUG'} ? : | |
39 | 3 | 0 | unless @_ |
70 | 0 | 6 | if OT_DEBUG() |
74 | 0 | 6 | if $@ |
86 | 5 | 1 | substr($implementation_name, 0, 1) eq '+' ? : |