src/Traits/Stats.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method getCharacterSkillCoverage has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getCharacterSkillCoverage(int $character_id): Collection
    {

        $in_game_skills = DB::table('invTypes')
            ->join(
Severity: Major
Found in src/Traits/Stats.php - About 2 hrs to fix

    TODO found
    Open

         * TODO: This is definitely a candidate for a better refactor!
    Severity: Minor
    Found in src/Traits/Stats.php by fixme

    There are no issues that match your filters.

    Category
    Status