| perllib/Arch/Session.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 42 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 118 | 0 | 0 | 0 | $prev_line =~ /^ / && $_ eq '' | 
| 141 | 0 | 0 | 0 | @_ and not $self->exist->{$_} | 
| 210 | 0 | 0 | 0 | defined $version_infos and not defined $branch | 
| 254 | 0 | 0 | 0 | not $dir and $$self{'use_library'} | 
| 264 | 0 | 0 | 0 | not $dir and $cache_dir | 
| 276 | 0 | 0 | 0 | $dir and not -d $dir | 
| 330 | 0 | 0 | 0 | $final_dir =~ /.*--.*--.*\d+\.src$/ and not -d $final_dir | 
| line | l | !l | condition | 
|---|---|---|---|
| 51 | 0 | 0 | $$self{'archives'} ||= [run_tla('archives -n')] | 
| 104 | 0 | 0 | shift() || [] | 
| 154 | 0 | 0 | shift() || [] | 
| 186 | 0 | 0 | shift() || 0 | 
| 373 | 0 | 0 | shift() || die("get_revision_log: No revision given\n") | 
| 431 | 0 | 0 | shift() || '.' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 120 | 0 | 0 | 0 | $end or /^ / | 
| 275 | 0 | 0 | 0 | $dir ||= temp_dir_name('arch-changeset') | 
| 409 | 0 | 0 | 0 | shift() || temp_dir_name('arch-tree') |