You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
var i = (cov_1a1nkg2pc4().s[0]++, 0);
var t = (cov_1a1nkg2pc4().s[1]++, (cov_1a1nkg2pc4().b[0][0]++, true) && (cov_1a1nkg2pc4().b[0][1]++, {
renderFn: function renderFn() {
cov_1a1nkg2pc4().f[0]++; <<< HERE
cov_1a1nkg2pc4().s[2]++;
return i++;
}
}));
cov_1a1nkg2pc4().s[3]++;
t.renderFn();
...
this plugin result:
...
cov_1387234055988355335();
cov_1387234055988355335().s[1]++;
var t = (cov_1387234055988355335().b[0][0]++, true) && (cov_1387234055988355335().b[0][1]++, {
renderFn: function() {
return i++; <<< HERE
}
});
cov_1387234055988355335().s[2]++;
t.renderFn();
...
The text was updated successfully, but these errors were encountered:
hheimerd
changed the title
Functions in conditionals is not included in coverage report
Functions in conditionals are not included in the coverage report
Apr 17, 2024
This is a minimal case for reproduction
babel result:
this plugin result:
The text was updated successfully, but these errors were encountered: