File Coverage

blib/lib/Iterator/Flex/Role/Exhaustion/ImportedThrow.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Iterator::Flex::Role::Exhaustion::ImportedThrow;
2              
3             # ABSTRACT: Imported iterator throws
4              
5 4     4   259332 use v5.28;
  4         101  
6 4     4   19 use strict;
  4         7  
  4         112  
7 4     4   19 use warnings;
  4         6  
  4         306  
8              
9             our $VERSION = '0.33';
10              
11 4     4   442 use Role::Tiny;
  4         5154  
  4         29  
12              
13             1;
14              
15             #
16             # This file is part of Iterator-Flex
17             #
18             # This software is Copyright (c) 2018 by Smithsonian Astrophysical Observatory.
19             #
20             # This is free software, licensed under:
21             #
22             # The GNU General Public License, Version 3, June 2007
23             #
24              
25             __END__