| blib/arch/XS/STL/ErrorCode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package XS::STL::ErrorCode; | ||||||
| 2 | 36 | 36 | 235 | use strict; | |||
| 36 | 63 | ||||||
| 36 | 900 | ||||||
| 3 | 36 | 36 | 148 | use XS::Framework; | |||
| 36 | 54 | ||||||
| 36 | 1367 | ||||||
| 4 | |||||||
| 5 | use overload | ||||||
| 6 | 36 | 264 | '""' => \&_op_string, | ||||
| 7 | 'bool' => \&_op_bool, | ||||||
| 8 | '==' => \&_op_eq, | ||||||
| 9 | 'eq' => \&_op_eq, | ||||||
| 10 | 36 | 36 | 171 | ; | |||
| 36 | 59 | ||||||
| 11 | |||||||
| 12 | 1; |