OpenC3/cosmos

View on GitHub
playwright/context.js

Summary

Maintainability
A
1 hr
Test Coverage

Function defaultSourceLookup has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function defaultSourceLookup(filePath) {
  try {
    filePath = filePath.split(path.sep).join(path.posix.sep)
    // Remove any Windows drive letters
    filePath = filePath.replace('C:', '')
Severity: Minor
Found in playwright/context.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status