| blib/lib/File/Scan.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 34 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 58 | 0 | 0 | 0 | -f $file and -T $file |
| 60 | 0 | 0 | 0 | $$self{'max_txt_size'} and $fsize > $$self{'max_txt_size'} * 1024 |
| 64 | 0 | 0 | 0 | $$self{'max_bin_size'} and $fsize > $$self{'max_bin_size'} * 1024 |
| 69 | 0 | 0 | 0 | $$self{'extension'} and not $file =~ /\.$$self{'extension'}$/o |
| 75 | 0 | 0 | 0 | not -d $$self{'copy'} and $$self{'mkdir'} |
| 83 | 0 | 0 | 0 | not -d $$self{'move'} and $$self{'mkdir'} |
| 104 | 0 | 0 | 0 | defined $subref and ref $subref eq 'CODE' |
| line | l | !l | condition |
|---|---|---|---|
| 102 | 0 | 0 | shift() || undef |
| 113 | 0 | 0 | shift() || '' |
| 118 | 0 | 0 | shift() || 0 |
| 123 | 0 | 0 | shift() || 0 |
| 128 | 0 | 0 | shift() || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 30 | 0 | 0 | 0 | ref $proto || $proto |