| bin/fetchware | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 15 | 40.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 228 | 1 | 1 | 82 | defined $filename and -e $filename | 
| 1172 | 0 | 1859 | 0 | exists $api_subs{$_} and exists $intersection{$_} | 
| 1176 | 0 | 0 | 0 | exists $intersection{$api_sub} && defined $intersection{$api_sub} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 1176 | 0 | 0 | 0 | not exists $intersection{$api_sub} && defined $intersection{$api_sub} or $intersection{$api_sub} == 0 | 
| 1227 | 1 | 89 | 0 | $dir_for_new_fpkg //= cwd() |