blib/lib/Zoidberg/Fish/Commands.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 27 | 7.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 0 | 0 | 0 | @_ == 1 and $_[0] eq '-' |
310 | 2 | 0 | 0 | @_ == 1 and not ref $_[0] |
2 | 0 | 0 | @_ == 1 and not ref $_[0] and not $_[0] =~ /^-|=/ | |
683 | 0 | 0 | 0 | exists $$self{'shell'}{'aliases'}{$cmd[0]} and not $$self{'shell'}{'aliases'}{$cmd[0]} =~ /^$cmd[0]\b/ |
line | l | !l | condition |
---|---|---|---|
425 | 0 | 0 | shift @words || '' |
544 | 0 | 0 | shift @$class || $$self{'shell'}{'settings'}{'perl'}{'namespace'} || 'Zoidberg::Eval' |
819 | 0 | 0 | $$opts{'signum'} || '15' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
505 | 0 | 0 | 0 | $dir ||= $ENV{'PWD'} |
581 | 0 | 0 | 0 | $INC{$file} || $file |
694 | 0 | 0 | 0 | not $context or $context eq 'CMD' |