File Coverage

blib/lib/App/Toodledo/TaskInternal.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::TaskInternal;
2              
3 10     10   63 use Carp;
  10         18  
  10         516  
4 10     10   69 use Moose;
  10         16  
  10         52  
5              
6             our $VERSION = '1.00';
7              
8             with 'App::Toodledo::TaskRole';
9              
10             1;
11              
12             __END__
13              
14             =head1 NAME
15              
16             App::Toodledo::TaskInternal - internal representation of a task.
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