jidaikobo-shibata/a11yc

View on GitHub
classes/Controller/Result.php

Summary

Maintainability
A
1 hr
Test Coverage

Method assignLinks has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function assignLinks($base_url = '')
    {
        $removes = array('a11yc_policy', 'a11yc_report', 'a11yc_page', 'url');
        if ( ! array_key_exists(Input::get('a11yc_version'), Model\Version::fetchAll()))
        {
Severity: Minor
Found in classes/Controller/Result.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status