[Docs] The CRA table credits mutation testing that is one operator over 7 of 96 files #616
Labels
No labels
accepted
bug
declined
docs
duplicate
enhancement
good first issue
in-progress
needs-info
privacy
security
triage
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
LibreKAT/Ocideck#616
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found in the pre-publication test review.
Evidence:
assurance/CRA-2024-2847-positie.md:41cites "mutatietesten" as evidence for Annex I §3 with a dash in the Open column — while line 72 of that same file says the question of "whether a test actually proves anything (make mutate)" is precisely not answered.CONTRIBUTING.md:157calls it a "gate".Measured:
make mutatekills 16/16 onmarkdown_validator.dart— a genuinely good result — buttool/mutation_check.dart:36mutates onlyString.startsWithandString.endsWith. There are 286 such predicates across 96 files inlib/;make mutate-parserstargets seven of them. There is no condition, boundary-value or return-value mutant, and no recorded score.Why this matters now: an auditor or CRA reader takes that row to mean mutation coverage is handled, which upgrades the 86.2% line coverage into evidence of assertion strength that does not exist. It is the sort of claim a critical outsider checks first — and the refutation is in the same file.
Proposal: one sentence in the CRA table and in CONTRIBUTING: "mutation testing, manual, one operator (
startsWith/endsWith) over the Markdown parsers — 7 of 96 files; last sweep , 0 survivors." No new tooling; just state the scope.Opgelost in `
cc00070` (PR #655).De rij bij Annex I §3 noemt
make sastenmake check-secrets, en de kolom Open zegt nu wat mutatietesten werkelijk zijn: handwerk, één operator (startsWith/endsWith), zeven vaste doelen.Twee cijfers zelf nageteld in plaats van overgenomen: het zijn 7 vaste doelen in de Makefile (ik schreef eerst 5), van de 96 bestanden in
lib/waar zo`n predicaat in staat — 309 voorkomens in totaal.