Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadienvan committed Feb 12, 2024
1 parent e1af384 commit e2fca51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/it/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ Il mutation testing è una metodologia di test in cui il codice sorgente viene m
Applicando la formula `mutation score = (mutanti uccisi / mutanti totali) * 100`, possiamo ottenere una percentuale di mutanti uccisi, che ci permette di capire quanto il nostro codice sia realmente testato.

Le mutazioni possono essere effettuate su vari aspetti del proprio software:

- Operazioni (cambiare un "-" con un "+")
- Condizioni (cambiare un "==" con un "!=")
- Istruzioni (eliminare delle righe di codice)
Expand Down

0 comments on commit e2fca51

Please sign in to comment.