| blib/lib/Language/MinCaml/Code.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 12 | 91.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 23 | 6 | 3 | if (@lines) { } | 
| 42 | 0 | 2 | unless my $handler = 'IO::File'->new($file_path, 'r') | 
| 47 | 1 | 1 | if ($handler->eof) { } | 
| 68 | 3 | 1 | $$self{'buffer'} ? : | 
| 73 | 2 | 1 | if $$self{'buffer'} | 
| 74 | 1 | 2 | if $$self{'column'} > length $$self{'buffer'} |