View source: R/mutator-statement.R
| delete_statement | R Documentation |
Produces one mutant per deletable statement, removing each x <- expr
assignment or standalone f(...) call from the source. Surviving mutants
reveal untested side effects or dead assignments.
delete_statement()
Function definitions (x <- function(...) { ... }) are left untouched to
avoid producing structurally broken mutants.
A Mutator object.
delete_statement()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.