Branch Coverage
blib/lib/Excel/Writer/XLSX/Package/SharedStrings.pm
Criterion
Covered
Total
%
branch
4
4
100.0
line
true
false
branch
203
6
1070
if
(
$string
=~
/^\s/
or
$string
=~
/\s$/
)
209
17
1059
if
(
$string
=~
/^<r>/
and
$string
=~
m[</r>$]
)
{
}