lib/Functional/Iterator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 18 | 100.0 |
line | true | false | branch |
---|---|---|---|
27 | 40 | 209 | if (exists $$self{'generated_record'}) { } |
20 | 189 | elsif (exists $$self{'generator'}) { } | |
42 | 101 | 148 | if (UNIVERSAL::isa($record, ref $self)) { } |
43 | 45 | 56 | if exists $$self{'generator'} |
47 | 14 | 87 | unless (defined $record) |
48 | 5 | 9 | if (exists $$self{'records'}[$index + 1]) { } |
52 | 5 | 4 | if (exists $$self{'generator'}) { } |
63 | 18 | 217 | unless defined $record |
65 | 4 | 213 | $$self{'mutator'} ? : |