Condition Coverage

blib/lib/Banal/Moosy/Mungers/DeviseFallbacks.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
114 0 0 0 ($fbo_detected || !!%fbo) && !exists $_{'default'}

or 2 conditions

line l !l condition
34 0 0 delete $_{'fallback'} // {}
35 0 0 (delete $_{'no_fallback'} // peek(\%fbo, ['disable', 'disabled'], 0)) // 0
96 0 0 delete $fbo{'alias'} // []
99 0 0 &reftype($alias) // ''
110 0 0 $_{'handles'} // {}
115 0 0 $enabled //= 0
125 0 0 $fbo{'method'} // '_fallback'
128 0 0 $_{'lazy'} //= 1

or 3 conditions

line l !l&&r !l&&!r condition
35 0 0 0 delete $_{'no_fallback'} // peek(\%fbo, ['disable', 'disabled'], 0)
123 0 0 0 $fbo{'isam'} //= "$_{'isa'}"
124 0 0 0 $fbo{'name'} //= "$name"