Skip to content

code review

code review #7

Triggered via push June 5, 2024 15:40
Status Success
Total duration 5m 35s
Artifacts

infection.yml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

1 warning
ci (main, 8.3, mysqli): moodle/availability/condition/language/classes/condition.php#L125
Escaped Mutant for Mutator "LogicalNot": @@ @@ } } if ($not) { - return !$allow; + return $allow; } return $allow; }