| blib/lib/LedgerSMB/Installer/Configuration.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 22 | 36.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 43 | 0 | 0 | 0 | defined $self->{'_deps'} && defined $self->{'_deps'}{'packages'} && @{$self->{'_deps'}{'packages'}} |
| 47 | 0 | 0 | 3 | $name and $id |
| 163 | 0 | 0 | 0 | defined $content and defined $content->{'tag_name'} |
| line | l | !l | condition |
|---|---|---|---|
| 31 | 0 | 8 | $args{'assume_yes'} // 0 |
| 1 | 7 | $args{'installpath'} // "ledgersmb" | |
| 1 | 7 | $args{'locallib'} // "local" | |
| 0 | 8 | $args{'loglevel'} // "info" | |
| 0 | 8 | $args{'verify_sig'} // 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 126 | 0 | 0 | 0 | lc $key eq "n" or $key eq "\n" |