Branch Coverage

blib/lib/Regexp/Common/delimited.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
19 1874 6 if (defined $escs and length $escs)
22 1748 132 if (defined $cdels and length $cdels) { }
33 146368 6 defined $escs && length $escs ? :
35 9 146365 if ($cdel eq $esc) { }
146359 6 elsif (length $esc) { }