blib/lib/Dancer2/Plugin/Passphrase/Core.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 7 | 85.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
112 | 1 | 0 | 68 | $scheme and $rfc_settings |
line | l | !l | condition |
---|---|---|---|
204 | 2 | 1 | $options->{'length'} || 16 |
205 | 1 | 2 | $options->{'charset'} || [('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'), ('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'), ('0', '1', '2', '3', '4', '5', '6', '7', '8', '9'), '-', '_'] |