SybilGambleyyu's picture
Add scoreable dynamic-reference driver cases
6d165ff verified
Raw
History Blame Contribute Delete
1.23 kB
{
"coverage": [
"INDIRECT returns a reference from workbook text; this fixture does not evaluate or calculate the selected address.",
"The unchanged formula still directly reads the changed driver, but its effective target selection is outside a complete static dependency graph."
],
"coverage_expectations": [
{
"driver": {
"cell": "E12",
"sheet": "Inputs"
},
"formula": {
"cell": "B2",
"sheet": "Summary"
},
"functions": [
"INDIRECT"
],
"kind": "dynamic_reference_driver_changed"
}
],
"facts": [
{
"cell": "E12",
"kind": "value_changed",
"sheet": "Inputs"
}
],
"family": "structural",
"id": "structural.indirect_reference_driver_changed",
"must_reach": [
{
"source": {
"cell": "E12",
"sheet": "Inputs"
},
"targets": [
{
"cell": "B2",
"sheet": "Summary"
},
{
"cell": "B4",
"sheet": "Dashboard"
}
]
}
],
"review_expectation": "block",
"schema_version": 3,
"title": "An unchanged INDIRECT formula receives a different address driver",
"topology": "pair"
}