tflori/hugga

View on GitHub
src/Output/Drawing/ProgressBar.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

ProgressBar has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class ProgressBar implements DrawingInterface
{
    protected static $formatDefinitions = [
        'percentage' => '{percentage%3.0f}%',
        'steps' => '{done}/{max}',
Severity: Minor
Found in src/Output/Drawing/ProgressBar.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status