blib/lib/Brat/Handler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 16 | 75.0 |
line | true | false | branch |
---|---|---|---|
41 | 2 | 0 | if (defined $inputDir) |
42 | 0 | 2 | unless opendir DIR, $inputDir |
44 | 6 | 10 | if ($file ne '.' and $file ne '..' and $file =~ /\.ann$/) |
66 | 7 | 5 | if (@_) |
68 | 1 | 6 | if (ref $fileList eq 'ARRAY') { } |
80 | 9 | 6 | if (@_) |
96 | 3 | 0 | if (@_) |
117 | 0 | 1 | unless open LIST, $list |