File Coverage

blib/lib/App/Toodledo/AccountInternal.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::AccountInternal;
2              
3 8     8   55 use Carp;
  8         18  
  8         495  
4 8     8   50 use Moose;
  8         17  
  8         45  
5              
6             our $VERSION = '1.00';
7              
8             with 'App::Toodledo::AccountRole';
9              
10             1;
11              
12             __END__
13              
14             =head1 NAME
15              
16             App::Toodledo::AccountInternal - internal representation of an account.
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