blib/lib/EntityModel/Entity/Constraint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package EntityModel::Entity::Constraint; | ||||||
2 | { | ||||||
3 | $EntityModel::Entity::Constraint::VERSION = '0.102'; | ||||||
4 | } | ||||||
5 | use EntityModel::Class { | ||||||
6 | 18 | 189 | detail => { type => 'string' }, | ||||
7 | 18 | 18 | 14609 | }; | |||
18 | 35 | ||||||
8 | |||||||
9 | =head1 NAME | ||||||
10 | |||||||
11 | EntityModel::Entity::Constraint - constraint support for L |
||||||
12 | |||||||
13 | =head1 VERSION | ||||||
14 | |||||||
15 | version 0.102 | ||||||
16 | |||||||
17 | =head1 SYNOPSIS | ||||||
18 | |||||||
19 | See L |
||||||
20 | |||||||
21 | =head1 DESCRIPTION | ||||||
22 | |||||||
23 | See L |
||||||
24 | |||||||
25 | =cut | ||||||
26 | |||||||
27 | 1; | ||||||
28 | |||||||
29 | __END__ |