undergroundwires/privacy.sexy

View on GitHub
src/infrastructure/CodeRunner/Execution/CommandDefinition/Runner/ExecutableFileShellCommandDefinitionRunner.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

function interpretShellOutcome(
  outcome: ShellCommandOutcome,
  commandDefinition: CommandDefinition,
): ScriptFileExecutionOutcome {
  switch (outcome.type) {

    There are no issues that match your filters.

    Category
    Status