Branch Coverage

lib/Spreadsheet/Engine/Function/EXACT.pm
Criterion Covered Total %
branch 15 20 75.0


line true false branch
17 0 552 if $X->is_error
18 0 552 if $Y->is_error
20 3 549 if ($X->is_blank)
21 0 3 if $Y->is_blank
22 2 1 if $Y->is_txt
25 420 130 if ($X->is_num)
26 186 234 if $Y->is_num
27 234 0 if $Y->is_txt
30 129 1 if ($X->is_txt)
31 129 0 if $Y->is_txt