| blib/lib/Data/iRealPro/Output/Forum.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 15 | 46.6 |
| line | l | !l | condition |
|---|---|---|---|
| 32 | 1 | 0 | $options->{'output'} || '-' |
| 42 | 0 | 0 | $song->{'key'} // 'C' |
| 60 | 0 | 0 | $song->{'key'} // 'C' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 1 | 1 | 0 | $self->{'output'} //= $options->{'output'} || '-' |
| 33 | 0 | 1 | 1 | $self->{'split'} //= $options->{'split'} |
| 102 | 1 | 0 | 1 | $pl->{'name'} or @{$pl->{'songs'};} > 1 |