phug-php/parser

View on GitHub
Parser/State.php

Summary

Maintainability
C
1 day
Test Coverage

State has 39 functions (exceeds 20 allowed). Consider refactoring.
Open

class State implements OptionInterface, EventManagerInterface
{
    use OptionTrait;
    use EventManagerTrait;

Severity: Minor
Found in Parser/State.php - About 5 hrs to fix

    File State.php has 309 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace Phug\Parser;
    
    use Phug\EventManagerInterface;
    Severity: Minor
    Found in Parser/State.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status