File Coverage

blib/lib/EntityModel/Web/Layout.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::Web::Layout;
2             {
3             $EntityModel::Web::Layout::VERSION = '0.004';
4             }
5             use EntityModel::Class {
6 1         10 section => { type => 'string' },
7             wrapper => { type => 'string' },
8 1     1   840 };
  1         2  
9              
10             =head1 NAME
11              
12             EntityModel::Web::Layout - page layout definition
13              
14             =head1 VERSION
15              
16             version 0.004
17              
18             =head1 SYNOPSIS
19              
20             =head1 DESCRIPTION
21              
22             =cut
23              
24             =head1 METHODS
25              
26             =cut
27              
28             1;
29              
30             __END__