| blib/lib/EntityModel/Query/JoinTable.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::Query::JoinTable; | ||||||
| 2 | { | ||||||
| 3 | $EntityModel::Query::JoinTable::VERSION = '0.102'; | ||||||
| 4 | } | ||||||
| 5 | use EntityModel::Class { | ||||||
| 6 | 16 | 132 | _isa => [qw(EntityModel::Query::Table)] | ||||
| 7 | 16 | 16 | 12972 | }; | |||
| 16 | 35 | ||||||
| 8 | |||||||
| 9 | =head1 NAME | ||||||
| 10 | |||||||
| 11 | EntityModel::Query::JoinTable - join table definition | ||||||
| 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 | =head1 METHODS | ||||||
| 28 | |||||||
| 29 | =cut | ||||||
| 30 | |||||||
| 31 | 1; | ||||||
| 32 | |||||||
| 33 | __END__ |