perllib/Arch/SharedCache.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 16 | 43.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
58 | 0 | 0 | 0 | -e "$dir/$token" and --$tries |
95 | 1485 | 0 | 642 | defined $token and $token eq '' |
line | l | !l | condition |
---|---|---|---|
35 | 0 | 24 | $init{'index_file'} || $init{'file'} || '.index' |
46 | 0 | 24 | $init{'generic_filenames'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
97 | 642 | 0 | 1485 | defined $token or $$self{'generic_filenames'} |
99 | 0 | 0 | 2127 | not defined $token or $token eq '' |