blib/lib/Lingua/EN/BioLemmatizer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 11 | 9.0 |
line | l | !l | condition |
---|---|---|---|
189 | 0 | 4 | $ENV{'BIOLEMMATIZER'} || 'biolemmatizer-core-1.0-jar-with-dependencies.jar' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
111 | 0 | 0 | 0 | open2(my $pipe_from, my $pipe_into, @args) // croak("can't start double-ended pipe: $!") |
305 | 0 | 0 | 0 | $$cache_ref{$string} ||= $self->_handle_request($string) |
325 | 0 | 0 | 0 | $self->from_biolemmer->getline // croak('no return string from biolemmatizer') |