blib/lib/Prancer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
168 | 0 | 0 | 0 | ref $$config{'state'} and ref $$config{'state'} eq 'HASH' |
185 | 0 | 0 | 0 | ref $$config{'store'} and ref $$config{'store'} eq 'HASH' |
line | l | !l | condition |
---|---|---|---|
92 | 0 | 0 | shift() || 'default' |
174 | 0 | 0 | $state_options ||= {} |
175 | 0 | 0 | $state_module ||= 'Prancer::Session::State::Cookie' |
180 | 0 | 0 | $$state_options{'session_key'} ||= 'PSESSION' |
191 | 0 | 0 | $store_options ||= {} |
192 | 0 | 0 | $store_module ||= 'Prancer::Session::Store::Memory' |