| xs/Inlined.xs | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 1 | 1 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | n/a | ||
| pod | n/a | ||
| total | 1 | 1 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | #include "mop.h" | ||||||
| 2 | |||||||
| 3 | MODULE = Class::MOP::Method::Inlined PACKAGE = Class::MOP::Method::Inlined | ||||||
| 4 | |||||||
| 5 | PROTOTYPES: DISABLE | ||||||
| 6 | |||||||
| 7 | BOOT: | ||||||
| 8 | 463 | INSTALL_SIMPLE_READER(Method::Inlined, _expected_method_class); |