File Coverage

blib/lib/Syntax/Collection/Basic.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 Syntax::Collection::Basic;
2              
3 1     1   39419 use 5.010;
  1         4  
  1         64  
4              
5             our $VERSION = "0.02";
6              
7              
8 1         7 use Syntax::Collector q/
9             use strict 0;
10             use warnings 0;
11             use Modern::Perl 0 '2014';
12             use true 0;
13 1     1   784 /;
  1         7399  
14              
15             1;
16              
17             # ABSTRACT: Standard boilerplate
18              
19             =head1 AUTHOR
20              
21             Erik Carlsson
22              
23             =head1 COPYRIGHT
24              
25             Copyright 2014 - Erik Carlsson
26              
27             =head1 LICENSE
28              
29             This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.