Condition Coverage

blib/lib/I22r/Translate/Google.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
121 0 0 0 " $langs " =~ / $lang1 / and " $langs " =~ / $lang2 /
123 0 0 0 $lang1 =~ /zh/ and $lang2 =~ /zh/
176 0 0 0 @itext == 0 and @text > 0

or 2 conditions

line l !l condition
239 0 0 $self->config->{'REFERER'} // 'http://just.doing.some.testing/'

or 3 conditions

line l !l&&r !l&&!r condition
91 0 0 0 $self->{'responseData'} // $self->{'data'}{'translations'}[0]
188 0 0 0 $remap{$req->src} // $req->src
0 0 0 $remap{$req->dest} // $req->dest
204 0 0 0 $unremap{$req->src} // $req->src
0 0 0 $unremap{$req->dest} // $req->dest
239 0 0 0 $referer //= $self->config->{'REFERER'} // 'http://just.doing.some.testing/'