File Coverage

xs/AttributeCore.xs
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine n/a
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             #include "mop.h"
2              
3             MODULE = Class::MOP::Mixin::AttributeCore PACKAGE = Class::MOP::Mixin::AttributeCore
4              
5             PROTOTYPES: DISABLE
6              
7             BOOT:
8 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, name);
9 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, accessor);
10 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, reader);
11 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, writer);
12 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, predicate);
13 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, clearer);
14 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, builder);
15 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, init_arg);
16 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, initializer);
17 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, definition_context);
18 451           INSTALL_SIMPLE_READER(Mixin::AttributeCore, insertion_order);