blib/lib/Lingy/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
46 | 0 | 0 | 0 | @ARGV and not $$self{'in'} |
52 | 0 | 0 | 0 | $$self{'in'} and not $$self{'from'} |
0 | 0 | 0 | $$self{'in'} and not $$self{'from'} and $$self{'in'} =~ /\.(\w+)$/ | |
55 | 0 | 0 | 0 | $$self{'out'} and not $$self{'to'} |
0 | 0 | 0 | $$self{'out'} and not $$self{'to'} and $$self{'out'} =~ /\.(\w+)$/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
104 | 0 | 0 | 0 | $$extension_map{$from} || $from |
115 | 0 | 0 | 0 | $$extension_map{$to} || $to |