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