File Coverage

blib/lib/Iterator/Flex.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Iterator::Flex;
2              
3             # ABSTRACT: Iterators with flexible behaviors
4              
5 1     1   170476 use v5.28;
  1         3  
6 1     1   4 use strict;
  1         1  
  1         22  
7 1     1   3 use warnings;
  1         1  
  1         71  
8             our $VERSION = '0.34';
9              
10             1;
11              
12             #
13             # This file is part of Iterator-Flex
14             #
15             # This software is Copyright (c) 2018 by Smithsonian Astrophysical Observatory.
16             #
17             # This is free software, licensed under:
18             #
19             # The GNU General Public License, Version 3, June 2007
20             #
21              
22             __END__