| bin/ls | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 32 | 3.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 128 | 0 | 0 | 0 | not exists $Options->{'a'} and $Name =~ /^\./o |
| 322 | 0 | 0 | 0 | not exists $Options->{'d'} and $Expand || exists $Options->{'R'} |
| 325 | 0 | 0 | 0 | defined $Attributes->{$entry} and $Attributes->{$entry}->mode & 16384 |
| 474 | 0 | 38 | 0 | defined $Options->{'w'} and $Options->{'w'} == 0 |
| 545 | 0 | 0 | 0 | -d $Arg && !exists $Options->{'d'} |
| line | l | !l | condition |
|---|---|---|---|
| 302 | 0 | 0 | int $Options->{'w'} / $max_file_length || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 109 | 0 | 0 | 0 | exists $Options->{'d'} or not -d $file |
| 110 | 0 | 0 | 0 | -l $file or -e $file |
| 279 | 0 | 0 | 0 | !defined($Attributes->{$file}) || $Attributes->{$file}->blocks eq '' |
| 322 | 0 | 0 | 0 | $Expand || exists $Options->{'R'} |
| 324 | 0 | 0 | 0 | $entry eq "." or $entry eq ".." |