xAPI-vle/moodle-logstore_xapi

View on GitHub
src/transformer/utils/get_lesson_result.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method get_lesson_result has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function get_lesson_result(array $config, \stdClass $lesson, int $userid) {
$repo = $config['repo'];
$result = [
'completion' => true
Severity: Minor
Found in src/transformer/utils/get_lesson_result.php - About 1 hr to fix
Category
Status