Condition Coverage

blib/lib/Regexp/Bind.pm
Criterion Covered Total %
condition 8 16 50.0


or 2 conditions

line l !l condition
166 10 0 (ref $_[0] eq 'SCALAR' ? ${shift();} : shift()) || die('No string input')
167 10 0 shift() || die('No regexp input')
196 2 0 (ref $_[0] eq 'SCALAR' ? ${shift();} : shift()) || die('No string input')
197 2 0 shift() || die('No regexp input')
204 6 0 (ref $_[0] eq 'SCALAR' ? ${shift();} : shift()) || die('No string input')
205 6 0 shift() || die('No regexp input')
229 2 0 (ref $_[0] eq 'SCALAR' ? ${shift();} : shift()) || die('No string input')
230 2 0 shift() || die('No regexp input')