@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/mutation-testing-for-code-agents>
  a schema:TechArticle ;
  schema:headline "Mutation Testing for Code Agents" ;
  schema:url <https://anchorfact.org/computer-science/mutation-testing-for-code-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/mutation-testing-for-code-agents>
  schema:citation <https://stryker-mutator.io/docs/stryker-js/introduction/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/mutation-testing-for-code-agents>
  schema:citation <https://pitest.org/quickstart/basic_concepts/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/mutation-testing-for-code-agents>
  schema:citation <https://mutmut.readthedocs.io/en/latest/> ;
  af:sourceTier "B" .