| blib/lib/OpenTracing/Implementation/Interface/Bootstrap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 13 | 69.2 |
| branch | 0 | 4 | 0.0 |
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 20 | 60.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package OpenTracing::Implementation::Interface::Bootstrap; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 125966 | use Role::Declare::Should; | |||
| 1 | 5302 | ||||||
| 1 | 8 | ||||||
| 4 | 1 | 1 | 241700 | use Types::Standard qw/ConsumerOf/; | |||
| 1 | 3 | ||||||
| 1 | 8 | ||||||
| 5 | |||||||
| 6 | |||||||
| 7 | |||||||
| 8 | class_method bootstrap_tracer( | ||||||
| 9 | 1 | 0 | 1 | 613 | ) :Return ( ConsumerOf['OpenTracing::Interface::Tracer'] ) { } | ||
| 1 | 0 | 2 | |||||
| 1 | 6 | ||||||
| 0 | |||||||
| 0 | |||||||
| 0 | |||||||
| 0 | |||||||
| 10 | |||||||
| 11 | |||||||
| 12 | |||||||
| 13 | 1; |