src/xs/typemap/error.cc | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 2 | 2 | 100.0 |
branch | 2 | 4 | 50.0 |
condition | n/a | ||
subroutine | n/a | ||
pod | n/a | ||
total | 4 | 6 | 66.6 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | #include "error.h" | ||||||
2 | |||||||
3 | namespace xs { | ||||||
4 | |||||||
5 | 36 | PERL_THREAD_LOCAL HV* Typemap |
|||||
6 | |||||||
7 | 144 | 50 | } | ||||
50 |