gkushang/cucumber-html-reporter

View on GitHub
templates/_common/bootstrap.hierarchy/piechart.js

Summary

Maintainability
A
1 hr
Test Coverage

Function drawChart has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function drawChart(chartData) {
  let data = google.visualization.arrayToDataTable([
    ['Task', 'Cucumber Results'],
    ['Passed', chartData.passed],
    ['Failed', chartData.failed],
Severity: Minor
Found in templates/_common/bootstrap.hierarchy/piechart.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status