| blib/lib/Text/TypingEffort.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 11 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 231 | 11 | 5 | 20 | $basis{'LAYOUT'} and $basis{'LAYOUT'} eq $opts{'layout'} |
| 268 | 1 | 31 | 3 | ref $opts{'initial'} eq 'HASH' and keys %{$opts{'initial'};} |
| line | l | !l | condition |
|---|---|---|---|
| 344 | 20 | 2 | lc shift() || 'qwerty' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 223 | 3 | 32 | 1 | defined $opts{'file'} or defined $opts{'text'} |