| blib/lib/Text/BibTeX/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 11 | 45.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 153 | 1 | 0 | 4 | exists $opts->{'binmode'} and $opts->{'binmode'} =~ /utf-?8/i |
| 156 | 5 | 0 | 0 | exists $opts->{'reset_macros'} and $opts->{'reset_macros'} |
| line | l | !l | condition |
|---|---|---|---|
| 136 | 8 | 0 | $self->open(@_) or return undef |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 134 | 0 | 8 | 0 | ref $class || $class |