valor-software/ng2-bootstrap

View on GitHub
src/chronos/duration/constructor.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function as has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  as(_units: string): number {
    if (!this.isValid()) {
      return NaN;
    }
    let days;
Severity: Minor
Found in src/chronos/duration/constructor.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status