Condition Coverage

blib/lib/Dancer2/Plugin/Passphrase/Core.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
112 1 0 68 $scheme and $rfc_settings

or 2 conditions

line l !l condition
76 0 5 $self->{'Bcrypt'}{'cost'} || 4
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'), '-', '_']

or 3 conditions

line l !l&&r !l&&!r condition
76 0 5 0 $settings->{'cost'} //= $self->{'Bcrypt'}{'cost'} || 4