xAPI-vle/moodle-logstore_xapi

View on GitHub
classes/log/moveback.php

Summary

Maintainability
A
25 mins
Test Coverage

Showing 1 of 1 total issue

Function move_event has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

protected function move_event($event) {
global $DB;
 
$skipinsert = false;
 
 
Severity: Minor
Found in classes/log/moveback.php - About 25 mins to fix
Category
Status