Condition Coverage

blib/lib/Lingua/Translate/Babelfish.pm
Criterion Covered Total %
condition 2 9 22.2


and 3 conditions

line !l l&&!r l&&r condition
93 0 0 2 defined $options{'src'} and defined $options{'dest'}
153 4 0 0 pos $text and pos $text < length $text
276 0 0 0 is_language_tag($src) and is_language_tag($dest)