Condition Coverage

blib/lib/MetaTrans/Base.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
398 0 0 0 defined @{$$self{'direction'};} and $self->is_supported_dir(@{$$self{'direction'};})
420 0 0 0 defined $src_lang_code and defined $dest_lang_code
812 0 0 0 defined $src_lang_code and defined $dest_lang_code
1143 0 0 0 @translations and not $translations[0] =~ /=/
1204 0 0 0 defined $direction and not $direction =~ /2/
1258 0 0 0 $src_lang_code eq $def_src_lang_code and $dest_lang_code eq $def_dest_lang_code

or 3 conditions

line l !l&&r !l&&!r condition
232 0 0 0 $options{$attr} || $defaults{$attr}
1124 0 0 0 $help or @ARGV == 0