| blib/lib/Iterator/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 13 | 20 | 65.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 46 | 0 | 10 | unless defined $filename | 
| 61 | 10 | 0 | unless (defined $config{'state_class'}) | 
| 62 | 4 | 6 | if ($config{'resume'}) { } | 
| 83 | 0 | 10 | if ($$self{'status'}) | 
| 101 | 4 | 6 | if ($$self{'resume'}) | 
| 114 | 39 | 0 | if ($$self{'repeat_on_resume'}) | 
| 120 | 0 | 39 | unless ($$self{'repeat_on_resume'}) | 
| 124 | 5 | 34 | if (not defined $next_data) { } | 
| 130 | 0 | 34 | if ($$self{'status'}) | 
| 198 | 0 | 20 | if ($@) |