File Coverage

blib/lib/WebService/Simplenote/Note/Meta/Types.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 WebService::Simplenote::Note::Meta::Types;
2             $WebService::Simplenote::Note::Meta::Types::VERSION = '0.2.2';
3             # ABSTRACT Custom type library for Notes
4              
5 2     2   16 use Moose::Util::TypeConstraints;
  2         5  
  2         22  
6              
7             enum 'SystemTags', [qw/pinned unread markdown list/];
8              
9 2     2   3746 no Moose::Util::TypeConstraints;
  2         6  
  2         11  
10              
11             __END__
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =for :stopwords Ioan Rogers Fletcher T. Penney github
18              
19             =head1 NAME
20              
21             WebService::Simplenote::Note::Meta::Types
22              
23             =head1 VERSION
24              
25             version 0.2.2
26              
27             =head1 AUTHORS
28              
29             =over 4
30              
31             =item *
32              
33             Ioan Rogers <ioanr@cpan.org>
34              
35             =item *
36              
37             Fletcher T. Penney <owner@fletcherpenney.net>
38              
39             =back
40              
41             =head1 COPYRIGHT AND LICENSE
42              
43             This software is Copyright (c) 2021 by Ioan Rogers.
44              
45             This is free software, licensed under:
46              
47             The GNU General Public License, Version 2, June 1991
48              
49             =head1 BUGS AND LIMITATIONS
50              
51             You can make new bug reports, and view existing ones, through the
52             web interface at L<https://github.com/ioanrogers/WebService-Simplenote/issues>.
53              
54             =head1 SOURCE
55              
56             The development version is on github at L<https://github.com/ioanrogers/WebService-Simplenote>
57             and may be cloned from L<git://github.com/ioanrogers/WebService-Simplenote.git>
58              
59             =cut