File Coverage

blib/lib/App/Toodledo/LocationInternal.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package App::Toodledo::LocationInternal;
2              
3 2     2   2095 use Carp;
  2         4  
  2         108  
4 2     2   11 use Moose;
  2         4  
  2         11  
5              
6             our $VERSION = '1.00';
7              
8             with 'App::Toodledo::LocationRole';
9              
10             1;
11              
12             __END__
13              
14             =head1 NAME
15              
16             App::Toodledo::LocationInternal - internal representation of a location.
17              
18             =head1 SYNOPSIS
19              
20             For internal L<App::Toodledo> use only.
21              
22             =head1 DESCRIPTION
23              
24             For internal L<App::Toodledo> use only.
25              
26             =head1 AUTHOR
27              
28             Peter Scott C<cpan at psdt.com>
29              
30             =cut