From 50e74eb7a51eaa4915c6dbabbbbca497052dd720 Mon Sep 17 00:00:00 2001 From: BBE78 Date: Tue, 10 Oct 2023 07:51:32 +0000 Subject: [PATCH] deploy: abfc0d852ed1479c74f1c8ed958ed42b7bc57ac2 --- base.css | 224 ------ block-navigation.js | 79 --- cypress-sonarqube-reporter/index.html | 141 ---- cypress-sonarqube-reporter/index.js.html | 86 --- .../mergeReports.js.html | 86 --- cypress-sonarqube-reporter/specTitle.js.html | 86 --- .../src/MergeReports.js.html | 659 ------------------ .../src/ReporterUtils.js.html | 581 --------------- .../src/SonarQubeCypressReporter.js.html | 347 --------- .../src/SpecTitle.js.html | 188 ----- cypress-sonarqube-reporter/src/index.html | 156 ----- favicon.png | Bin 540 -> 0 bytes index.html | 126 ---- jest-report.html | 60 ++ lcov.info | 371 ---------- prettify.css | 1 - prettify.js | 2 - sort-arrow-sprite.png | Bin 209 -> 0 bytes sorter.js | 170 ----- 19 files changed, 60 insertions(+), 3303 deletions(-) delete mode 100644 base.css delete mode 100644 block-navigation.js delete mode 100644 cypress-sonarqube-reporter/index.html delete mode 100644 cypress-sonarqube-reporter/index.js.html delete mode 100644 cypress-sonarqube-reporter/mergeReports.js.html delete mode 100644 cypress-sonarqube-reporter/specTitle.js.html delete mode 100644 cypress-sonarqube-reporter/src/MergeReports.js.html delete mode 100644 cypress-sonarqube-reporter/src/ReporterUtils.js.html delete mode 100644 cypress-sonarqube-reporter/src/SonarQubeCypressReporter.js.html delete mode 100644 cypress-sonarqube-reporter/src/SpecTitle.js.html delete mode 100644 cypress-sonarqube-reporter/src/index.html delete mode 100644 favicon.png delete mode 100644 index.html create mode 100644 jest-report.html delete mode 100644 lcov.info delete mode 100644 prettify.css delete mode 100644 prettify.js delete mode 100644 sort-arrow-sprite.png delete mode 100644 sorter.js diff --git a/base.css b/base.css deleted file mode 100644 index f418035..0000000 --- a/base.css +++ /dev/null @@ -1,224 +0,0 @@ -body, html { - margin:0; padding: 0; - height: 100%; -} -body { - font-family: Helvetica Neue, Helvetica, Arial; - font-size: 14px; - color:#333; -} -.small { font-size: 12px; } -*, *:after, *:before { - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; - } -h1 { font-size: 20px; margin: 0;} -h2 { font-size: 14px; } -pre { - font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace; - margin: 0; - padding: 0; - -moz-tab-size: 2; - -o-tab-size: 2; - tab-size: 2; -} -a { color:#0074D9; text-decoration:none; } -a:hover { text-decoration:underline; } -.strong { font-weight: bold; } -.space-top1 { padding: 10px 0 0 0; } -.pad2y { padding: 20px 0; } -.pad1y { padding: 10px 0; } -.pad2x { padding: 0 20px; } -.pad2 { padding: 20px; } -.pad1 { padding: 10px; } -.space-left2 { padding-left:55px; } -.space-right2 { padding-right:20px; } -.center { text-align:center; } -.clearfix { display:block; } -.clearfix:after { - content:''; - display:block; - height:0; - clear:both; - visibility:hidden; - } -.fl { float: left; } -@media only screen and (max-width:640px) { - .col3 { width:100%; max-width:100%; } - .hide-mobile { display:none!important; } -} - -.quiet { - color: #7f7f7f; - color: rgba(0,0,0,0.5); -} -.quiet a { opacity: 0.7; } - -.fraction { - font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; - font-size: 10px; - color: #555; - background: #E8E8E8; - padding: 4px 5px; - border-radius: 3px; - vertical-align: middle; -} - -div.path a:link, div.path a:visited { color: #333; } -table.coverage { - border-collapse: collapse; - margin: 10px 0 0 0; - padding: 0; -} - -table.coverage td { - margin: 0; - padding: 0; - vertical-align: top; -} -table.coverage td.line-count { - text-align: right; - padding: 0 5px 0 20px; -} -table.coverage td.line-coverage { - text-align: right; - padding-right: 10px; - min-width:20px; -} - -table.coverage td span.cline-any { - display: inline-block; - padding: 0 5px; - width: 100%; -} -.missing-if-branch { - display: inline-block; - margin-right: 5px; - border-radius: 3px; - position: relative; - padding: 0 4px; - background: #333; - color: yellow; -} - -.skip-if-branch { - display: none; - margin-right: 10px; - position: relative; - padding: 0 4px; - background: #ccc; - color: white; -} -.missing-if-branch .typ, .skip-if-branch .typ { - color: inherit !important; -} -.coverage-summary { - border-collapse: collapse; - width: 100%; -} -.coverage-summary tr { border-bottom: 1px solid #bbb; } -.keyline-all { border: 1px solid #ddd; } -.coverage-summary td, .coverage-summary th { padding: 10px; } -.coverage-summary tbody { border: 1px solid #bbb; } -.coverage-summary td { border-right: 1px solid #bbb; } -.coverage-summary td:last-child { border-right: none; } -.coverage-summary th { - text-align: left; - font-weight: normal; - white-space: nowrap; -} -.coverage-summary th.file { border-right: none !important; } -.coverage-summary th.pct { } -.coverage-summary th.pic, -.coverage-summary th.abs, -.coverage-summary td.pct, -.coverage-summary td.abs { text-align: right; } -.coverage-summary td.file { white-space: nowrap; } -.coverage-summary td.pic { min-width: 120px !important; } -.coverage-summary tfoot td { } - -.coverage-summary .sorter { - height: 10px; - width: 7px; - display: inline-block; - margin-left: 0.5em; - background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent; -} -.coverage-summary .sorted .sorter { - background-position: 0 -20px; -} -.coverage-summary .sorted-desc .sorter { - background-position: 0 -10px; -} -.status-line { height: 10px; } -/* yellow */ -.cbranch-no { background: yellow !important; color: #111; } -/* dark red */ -.red.solid, .status-line.low, .low .cover-fill { background:#C21F39 } -.low .chart { border:1px solid #C21F39 } -.highlighted, -.highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{ - background: #C21F39 !important; -} -/* medium red */ -.cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE } -/* light red */ -.low, .cline-no { background:#FCE1E5 } -/* light green */ -.high, .cline-yes { background:rgb(230,245,208) } -/* medium green */ -.cstat-yes { background:rgb(161,215,106) } -/* dark green */ -.status-line.high, .high .cover-fill { background:rgb(77,146,33) } -.high .chart { border:1px solid rgb(77,146,33) } -/* dark yellow (gold) */ -.status-line.medium, .medium .cover-fill { background: #f9cd0b; } -.medium .chart { border:1px solid #f9cd0b; } -/* light yellow */ -.medium { background: #fff4c2; } - -.cstat-skip { background: #ddd; color: #111; } -.fstat-skip { background: #ddd; color: #111 !important; } -.cbranch-skip { background: #ddd !important; color: #111; } - -span.cline-neutral { background: #eaeaea; } - -.coverage-summary td.empty { - opacity: .5; - padding-top: 4px; - padding-bottom: 4px; - line-height: 1; - color: #888; -} - -.cover-fill, .cover-empty { - display:inline-block; - height: 12px; -} -.chart { - line-height: 0; -} -.cover-empty { - background: white; -} -.cover-full { - border-right: none !important; -} -pre.prettyprint { - border: none !important; - padding: 0 !important; - margin: 0 !important; -} -.com { color: #999 !important; } -.ignore-none { color: #999; font-weight: normal; } - -.wrapper { - min-height: 100%; - height: auto !important; - height: 100%; - margin: 0 auto -48px; -} -.footer, .push { - height: 48px; -} diff --git a/block-navigation.js b/block-navigation.js deleted file mode 100644 index c7ff5a5..0000000 --- a/block-navigation.js +++ /dev/null @@ -1,79 +0,0 @@ -/* eslint-disable */ -var jumpToCode = (function init() { - // Classes of code we would like to highlight in the file view - var missingCoverageClasses = ['.cbranch-no', '.cstat-no', '.fstat-no']; - - // Elements to highlight in the file listing view - var fileListingElements = ['td.pct.low']; - - // We don't want to select elements that are direct descendants of another match - var notSelector = ':not(' + missingCoverageClasses.join('):not(') + ') > '; // becomes `:not(a):not(b) > ` - - // Selecter that finds elements on the page to which we can jump - var selector = - fileListingElements.join(', ') + - ', ' + - notSelector + - missingCoverageClasses.join(', ' + notSelector); // becomes `:not(a):not(b) > a, :not(a):not(b) > b` - - // The NodeList of matching elements - var missingCoverageElements = document.querySelectorAll(selector); - - var currentIndex; - - function toggleClass(index) { - missingCoverageElements - .item(currentIndex) - .classList.remove('highlighted'); - missingCoverageElements.item(index).classList.add('highlighted'); - } - - function makeCurrent(index) { - toggleClass(index); - currentIndex = index; - missingCoverageElements.item(index).scrollIntoView({ - behavior: 'smooth', - block: 'center', - inline: 'center' - }); - } - - function goToPrevious() { - var nextIndex = 0; - if (typeof currentIndex !== 'number' || currentIndex === 0) { - nextIndex = missingCoverageElements.length - 1; - } else if (missingCoverageElements.length > 1) { - nextIndex = currentIndex - 1; - } - - makeCurrent(nextIndex); - } - - function goToNext() { - var nextIndex = 0; - - if ( - typeof currentIndex === 'number' && - currentIndex < missingCoverageElements.length - 1 - ) { - nextIndex = currentIndex + 1; - } - - makeCurrent(nextIndex); - } - - return function jump(event) { - switch (event.which) { - case 78: // n - case 74: // j - goToNext(); - break; - case 66: // b - case 75: // k - case 80: // p - goToPrevious(); - break; - } - }; -})(); -window.addEventListener('keydown', jumpToCode); diff --git a/cypress-sonarqube-reporter/index.html b/cypress-sonarqube-reporter/index.html deleted file mode 100644 index fd8acde..0000000 --- a/cypress-sonarqube-reporter/index.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - Code coverage report for cypress-sonarqube-reporter - - - - - - - - - -
-
-

All files cypress-sonarqube-reporter

-
- -
- 100% - Statements - 3/3 -
- - -
- 100% - Branches - 0/0 -
- - -
- 100% - Functions - 0/0 -
- - -
- 100% - Lines - 3/3 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FileStatementsBranchesFunctionsLines
index.js -
-
100%1/1100%0/0100%0/0100%1/1
mergeReports.js -
-
100%1/1100%0/0100%0/0100%1/1
specTitle.js -
-
100%1/1100%0/0100%0/0100%1/1
-
-
-
- - - - - - - - - \ No newline at end of file diff --git a/cypress-sonarqube-reporter/index.js.html b/cypress-sonarqube-reporter/index.js.html deleted file mode 100644 index 4ae8317..0000000 --- a/cypress-sonarqube-reporter/index.js.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - Code coverage report for cypress-sonarqube-reporter/index.js - - - - - - - - - -
-
-

All files / cypress-sonarqube-reporter index.js

-
- -
- 100% - Statements - 1/1 -
- - -
- 100% - Branches - 0/0 -
- - -
- 100% - Functions - 0/0 -
- - -
- 100% - Lines - 1/1 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-

-
1 -2 -3  -1x - 
 
-module.exports = require('./src/SonarQubeCypressReporter');
- 
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/cypress-sonarqube-reporter/mergeReports.js.html b/cypress-sonarqube-reporter/mergeReports.js.html deleted file mode 100644 index 2a605f4..0000000 --- a/cypress-sonarqube-reporter/mergeReports.js.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - Code coverage report for cypress-sonarqube-reporter/mergeReports.js - - - - - - - - - -
-
-

All files / cypress-sonarqube-reporter mergeReports.js

-
- -
- 100% - Statements - 1/1 -
- - -
- 100% - Branches - 0/0 -
- - -
- 100% - Functions - 0/0 -
- - -
- 100% - Lines - 1/1 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-

-
1 -2 -3  -1x - 
 
-module.exports = require('./src/MergeReports');
- 
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/cypress-sonarqube-reporter/specTitle.js.html b/cypress-sonarqube-reporter/specTitle.js.html deleted file mode 100644 index de9fb3b..0000000 --- a/cypress-sonarqube-reporter/specTitle.js.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - Code coverage report for cypress-sonarqube-reporter/specTitle.js - - - - - - - - - -
-
-

All files / cypress-sonarqube-reporter specTitle.js

-
- -
- 100% - Statements - 1/1 -
- - -
- 100% - Branches - 0/0 -
- - -
- 100% - Functions - 0/0 -
- - -
- 100% - Lines - 1/1 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-

-
1 -2 -3  -1x - 
 
-module.exports = require('./src/SpecTitle');
- 
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/cypress-sonarqube-reporter/src/MergeReports.js.html b/cypress-sonarqube-reporter/src/MergeReports.js.html deleted file mode 100644 index 2009c53..0000000 --- a/cypress-sonarqube-reporter/src/MergeReports.js.html +++ /dev/null @@ -1,659 +0,0 @@ - - - - - - Code coverage report for cypress-sonarqube-reporter/src/MergeReports.js - - - - - - - - - -
-
-

All files / cypress-sonarqube-reporter/src MergeReports.js

-
- -
- 95.65% - Statements - 66/69 -
- - -
- 82.61% - Branches - 19/23 -
- - -
- 100% - Functions - 15/15 -
- - -
- 95.59% - Lines - 65/68 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-

-
1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 -84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 -110 -111 -112 -113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 -136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 -178 -179 -180 -181 -182 -183 -184 -185 -186 -187 -188 -189 -190 -191 -192 -193 -1941x -1x -1x -1x -1x -  -  -  -  -1x -  -  -  -1x -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -1x -48x -48x -48x -111x -  -39x -  -9x -  -  -  -  -  -  -  -  -  -  -  -1x -6x -6x -6x -6x -6x -6x -1x -1x -  -  -  -  -6x -6x -  -  -6x -6x -  -  -  -  -  -  -  -  -  -  -  -  -1x -12x -12x -12x -  -  -12x -12x -  -  -  -  -  -  -  -  -  -  -  -  -1x -6x -  -  -  -  -  -6x -12x -  -  -6x -  -  -  -  -  -  -  -  -  -  -1x -7x -7x -6x -6x -6x -12x -12x -  -6x -6x -6x -  -  -  -  -1x -1x -  -  -  -  -  -  -  -  -  -  -  -  -  -  -1x -7x -  -  -  -7x -  -  -  -7x -  -  -  -7x -7x -7x -7x -  -7x -7x -1x -  -7x -  -  -  -  -12x -  -  -  -  -  -  -1x - 
const fse = require('fs-extra');
-const parser = require('fast-xml-parser');
-const XMLParser = require('fast-xml-parser').j2xParser;
-const path = require('path');
-const readdirp = require('readdirp');
-const {
-    DEFAULT_MERGED_FILE_NAME,
-    DEFAULT_OUTPUT_DIR,
-    info
-} = require('./ReporterUtils');
- 
- 
-/** XML parser options shared between read/write */
-const XML_PARSER_OPTIONS = {
-    ignoreAttributes: false,
-    parseAttributeValue: true,
-    attributeNamePrefix: '_',
-    textNodeName: 'text',
-    cdataTagName: '@cdata',
-    format: true,
-    indentBy: '  ',
-    suppressEmptyNode: true
-};
- 
- 
-/**
- * An implementation of JavaScript optional chaining for backward compatibility
- * with Node.js < v14
- *
- * @param {Object} data
- * @param  {...string} props
- * @returns the value or undefined
- */
-const optionalChaining = (data, ...props) => {
-    try {
-        let value = data;
-        for (const prop of props) {
-            value = value[prop];
-        }
-        return value;
-    } catch (err) {
-        return undefined;
-    }
-}
- 
- 
-/**
- * Write the JSON data into the specified output file path
- *
- * @param {Path} outputPath the path of the merged XML report
- * @param {Object} mergedReportAsJSON the merge result as JSON structure
- * @returns {Promise} with the merged report path
- */
-const writeMergedReport = (outputPath, mergedReportAsJSON) => {
-    const xmlParser = new XMLParser(XML_PARSER_OPTIONS);
-    const xml = xmlParser.parse(mergedReportAsJSON);
-    const content = `<?xml version="1.0" encoding="utf-8"?>\n${xml}`;
-    return new Promise((resolve, reject) => {
-        const parentPath = path.dirname(outputPath);
-        if (!fse.existsSync(parentPath)) {
-            try {
-                fse.mkdirSync(parentPath, { recursive: true });
-            } catch (err) {
-                reject(err);
-            }
-        }
-        fse.writeFile(outputPath, content, (err) => {
-            Iif (err) {
-                reject(err);
-            } else {
-                info(`sonarqube reports successfully merged into '${outputPath}'`);
-                resolve(outputPath);
-            }
-        });
-    });
-};
- 
- 
-/**
- * Load the XML report as a JSON structure
- *
- * @param {Path} reportPath the XML report to load
- * @returns {Promise} with XML data converted as a JSON structure
- */
-const loadReport = (reportPath) => {
-    return new Promise((resolve, reject) => {
-        fse.readFile(reportPath, { encoding: 'utf8' }, (err, xml) => {
-            Iif (err) {
-                reject(err);
-            } else {
-                const json = parser.parse(xml, XML_PARSER_OPTIONS);
-                resolve(json);
-            }
-        });
-    });
-};
- 
- 
-/**
- * Creates a JSON structure, merge result of all JSON reports
- *
- * @param {Object} reportsAsJSON
- * @returns {Object} the merge result of all reports as a JSON structure
- */
-const createReportAsJSON = (reportsAsJSON) => {
-    const mergedReportAsJSON = {
-        testExecutions: {
-            _version: 1,
-            file: []
-        }
-    };
-    for (const reportAsJSON of reportsAsJSON) {
-        mergedReportAsJSON.testExecutions.file.push(reportAsJSON.testExecutions.file);
-    }
- 
-    return mergedReportAsJSON;
-}
- 
- 
-/**
- * Merge all SonarQube XML reports into a single XML report.
- *
- * @param {Path} outputPath the path of the merged XML report
- * @param {Path[]} reportPaths the list of reports path to merge
- * @returns {Promise} the merged report path
- */
-const mergeReportFiles = (outputPath, reportPaths) => {
-    return new Promise((resolve, reject) => {
-        if (reportPaths.length > 0) {
-            info(`found ${reportPaths.length} report(s) to merge`);
-            const proms = [];
-            for (const reportPath of reportPaths) {
-                info(`loading report ${reportPath}...`);
-                proms.push(loadReport(reportPath));
-            }
-            Promise.all(proms).then((reportsAsJSON) => {
-                const mergedReportAsJSON = createReportAsJSON(reportsAsJSON);
-                writeMergedReport(outputPath, mergedReportAsJSON)
-                    .then(resolve)
-                    .catch(reject);
-            }).catch(reject);
-        } else {
-            info('no reports found');
-            resolve('no reports found');
-        }
-    });
-};
- 
- 
-/**
- * Merge all SonarQube XML reports into a single XML report.
- *
- * @see https://docs.cypress.io/api/plugins/after-run-api
- * @see https://docs.cypress.io/guides/guides/module-api#Results
- * @param {Object} results the Cypress run results
- * @param {Object} options the merge options
- * @returns {Promise} with the merged report path
- */
-const mergeReports = (results, options = {}) => {
-    const reportsOutputDir = optionalChaining(options, 'reportsOutputDir')
-        || optionalChaining(results, 'config', 'reporterOptions', 'outputDir')
-        || optionalChaining(results, 'config', 'reporterOptions', 'cypressSonarqubeReporterReporterOptions', 'outputDir')
-        || DEFAULT_OUTPUT_DIR;
-    const mergeOutputDir = optionalChaining(options, 'mergeOutputDir')
-        || optionalChaining(results, 'config', 'reporterOptions', 'mergeOutputDir')
-        || optionalChaining(results, 'config', 'reporterOptions', 'cypressSonarqubeReporterReporterOptions', 'mergeOutputDir')
-        || reportsOutputDir;
-    const mergeFileName = optionalChaining(options, 'mergeFileName')
-        || optionalChaining(results, 'config', 'reporterOptions', 'mergeFileName')
-        || optionalChaining(results, 'config', 'reporterOptions', 'cypressSonarqubeReporterReporterOptions', 'mergeFileName')
-        || DEFAULT_MERGED_FILE_NAME;
-    const reportsOutputPath = path.resolve(reportsOutputDir);
-    const mergeOutputPath = path.resolve(mergeOutputDir);
-    const mergeFilePath = path.resolve(mergeOutputPath, mergeFileName);
-    info(`merging all sonarqube reports from ${reportsOutputPath}...`);
- 
-    return new Promise((resolve, reject) => {
-        if (fse.existsSync(mergeFilePath)) {
-            fse.unlinkSync(mergeFilePath);
-        }
-        readdirp.promise(reportsOutputPath, {
-            fileFilter: ['!*.all.xml', '*.xml'],
-            type: 'files',
-            depth: 100
-        }).then((reports) => {
-            mergeReportFiles(mergeFilePath, reports.map((file) => file.fullPath))
-                .then(resolve)
-                .catch(reject);
-        }).catch(reject);
-    });
-};
- 
-module.exports = mergeReports;
- 
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/cypress-sonarqube-reporter/src/ReporterUtils.js.html b/cypress-sonarqube-reporter/src/ReporterUtils.js.html deleted file mode 100644 index 917a026..0000000 --- a/cypress-sonarqube-reporter/src/ReporterUtils.js.html +++ /dev/null @@ -1,581 +0,0 @@ - - - - - - Code coverage report for cypress-sonarqube-reporter/src/ReporterUtils.js - - - - - - - - - -
-
-

All files / cypress-sonarqube-reporter/src ReporterUtils.js

-
- -
- 96.61% - Statements - 57/59 -
- - -
- 89.19% - Branches - 33/37 -
- - -
- 100% - Functions - 8/8 -
- - -
- 96.61% - Lines - 57/59 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-

-
1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 -84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 -110 -111 -112 -113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 -136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 -166 -167 -1683x -3x -3x -3x -  -  -  -  -  -  -  -3x -  -33x -  -  -  -  -  -  -  -3x -  -3x -3x -  -  -  -  -  -  -  -  -  -  -  -3x -4x -4x -4x -  -4x -2x -2x -2x -  -2x -1x -  -1x -  -3x -  -  -  -  -  -  -  -  -3x -7x -7x -7x -1x -  -6x -  -  -  -  -  -  -  -  -  -3x -5x -1x -  -4x -  -  -  -  -  -  -  -  -  -3x -8x -1x -  -7x -  -  -  -  -  -  -  -  -  -3x -6x -  -  -6x -  -2x -1x -  -  -  -1x -  -  -  -2x -  -1x -  -1x -  -1x -  -1x -  -  -1x -  -1x -  -  -  -  -  -  -  -  -3x -2x -2x -2x -1x -  -1x -1x -1x -  -  -  -  -  -  -3x -  -  -  -  -  -  -  -  -  -  - 
const chalk = require('chalk');
-const fse = require('fs-extra');
-const path = require('path');
-const pkg = require('../package.json');
- 
- 
-/**
- * Log 'info' message to the console
- *
- * @param {string} message the info message to log
- */
-const info = (message) => {
-    // eslint-disable-next-line no-console
-    console.info(`[${chalk.grey(pkg.name)}] ${message}`);
-};
- 
-/**
- * Log 'error' message to the console, and throw an Error
- *
- * @param {string} message the error message
- */
-const throwError = (message) => {
-    // eslint-disable-next-line no-console
-    console.error(`[${chalk.red(pkg.name)}] ${message}`);
-    throw new Error(message);
-};
- 
-/**
- * Extract the spec file path from the suite.
- * May ignore the options.useAbsoluteSpecPath if the requested is not available.
- * Raise an error if the spec could not be extracted.
- *
- * @param {object} suite the Mocha suite
- * @param {object} options the Reporter Options
- * @returns {string} the spec file path
- */
-const extractSpecFromSuite = (suite, options) => {
-    const title = suite.title;
-    const tag = '[@spec: ';
-    const index = title?.indexOf(tag);
-    let spec;
-    if (index > -1) {
-        spec = JSON.parse(title.substring(index + tag.length, title.lastIndexOf(']')));
-        spec = options.useAbsoluteSpecPath ? spec.absolute : spec.relative;
-    } else Iif (suite.invocationDetails?.absoluteFile || suite.invocationDetails?.relativeFile) {
-        spec = options.useAbsoluteSpecPath ? suite.invocationDetails.absoluteFile : suite.invocationDetails.relativeFile;
-    } else if (suite.parent?.file) {
-        spec = suite.parent.file;
-    } else {
-        throwError(`could not find spec filename from title: ${title} or from 'suite.invocationDetails'`);
-    }
-    return spec.replace(/\\/g, '/');
-};
- 
-/**
- * Extract the suite title from the suite.
- *
- * @param {object} suite the Mocha suite
- * @returns {string} the original suite title
- */
-const extractTitleFromSuite = (suite) => {
-    const title = suite.title;
-    const index = title.indexOf('[@spec:');
-    if (index > -1) {
-        return title.substring(0, index).trim();
-    } else {
-        return title;
-    }
-};
- 
-/**
- * Format the suite title(s)
- *
- * @param {object} suite the Mocha suite
- * @returns {string} the aggregation of title suite(s)
- */
-const formatSuiteTitle = (suite, options) => {
-    if (suite.parent && suite.parent.title !== '') {
-        return `${formatSuiteTitle(suite.parent, options)}${options.titleSeparator}${extractTitleFromSuite(suite)}`;
-    } else {
-        return extractTitleFromSuite(suite);
-    }
-};
- 
-/**
- * Format the test title
- *
- * @param {object} test the Mocha test
- * @returns {string} the formatted test title
- */
-const formatTestTitle = (test, options) => {
-    if (test.parent && options.useFullTitle) {
-        return `${formatSuiteTitle(test.parent, options)}${options.titleSeparator}${test.title}`;
-    } else {
-        return test.title;
-    }
-};
- 
-/**
- * Build <testCase> node according to specified test
- *
- * @param {object} node the XML <file> node
- * @param {object} test the Mocha test
- */
-const formatTest = (node, test, options) => {
-    const testNode = node.element('testCase')
-        .attribute('name', formatTestTitle(test, options))
-        .attribute('duration', test.duration || 0);
-    switch (test.state) {
-        case 'failed':
-            if (test.err.name === 'AssertionError') {
-                testNode.element('failure')
-                    .attribute('message', `${test.err.name}: ${test.err.message}`)
-                    .cdata(test.err.stack);
-            } else {
-                testNode.element('error')
-                    .attribute('message', `${test.err.name}: ${test.err.message}`)
-                    .cdata(test.err.stack);
-            }
-            break;
-        case 'pending':
-            testNode.element('skipped')
-                .attribute('message', 'skipped test');
-            break;
-        case 'skipped':
-            testNode.element('skipped')
-                .attribute('message', 'An error occurred during a hook and remaining tests in the current suite are skipped');
-            break;
-        case 'passed':
-            // nothing to do...
-            break;
-        default:
-            throwError(`unknown test state: ${test.state}`);
-    }
-};
- 
-/**
- * Write the report
- *
- * @param {string} data
- */
-const writeFile = (specFilename, data, options) => {
-    const specFilePath = (options.preserveSpecsDir) ? specFilename : path.basename(specFilename);
-    const file = path.resolve(options.outputDir, path.dirname(specFilePath), `${options.prefix}${path.basename(specFilePath)}.xml`);
-    if (!options.overwrite && fse.existsSync(file)) {
-        throwError(`the reporter '${file}' already exists`);
-    } else {
-        try {
-            fse.outputFileSync(file, data, 'utf8');
-            info(`report saved to '${file}'`);
-        } catch(err) {
-            throwError(`could not write file '${file}': ${err}`);
-        }
-    }
-};
- 
-module.exports = {
-    DEFAULT_MERGED_FILE_NAME: 'cypress-sonarqube-reports.all.xml',
-    DEFAULT_OUTPUT_DIR: './dist',
-    extractSpecFromSuite,
-    extractTitleFromSuite,
-    formatTest,
-    formatTestTitle,
-    formatSuiteTitle,
-    info,
-    writeFile
-};
- 
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/cypress-sonarqube-reporter/src/SonarQubeCypressReporter.js.html b/cypress-sonarqube-reporter/src/SonarQubeCypressReporter.js.html deleted file mode 100644 index d30bc2e..0000000 --- a/cypress-sonarqube-reporter/src/SonarQubeCypressReporter.js.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - Code coverage report for cypress-sonarqube-reporter/src/SonarQubeCypressReporter.js - - - - - - - - - -
-
-

All files / cypress-sonarqube-reporter/src SonarQubeCypressReporter.js

-
- -
- 26.09% - Statements - 6/23 -
- - -
- 0% - Branches - 0/4 -
- - -
- 0% - Functions - 0/6 -
- - -
- 26.09% - Lines - 6/23 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-

-
1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 -84 -85 -86 -87 -88 -89 -901x -1x -  -  -  -  -  -  -1x -  -  -  -  -  -1x -  -  -1x -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -1x - 
const xmlbuilder = require('xmlbuilder');
-const Mocha = require('mocha');
-const {
-    DEFAULT_OUTPUT_DIR,
-    extractSpecFromSuite,
-    extractTitleFromSuite,
-    formatTest,
-    writeFile
-} = require('./ReporterUtils');
- 
- 
-// Mocha runner events
-const {
-    EVENT_RUN_END
-} = Mocha.Runner.constants;
- 
-// the default reporter options
-const defaultOptions = {
-    outputDir: DEFAULT_OUTPUT_DIR,
-    preserveSpecsDir: true,
-    overwrite: false,
-    prefix: '',
-    useFullTitle: true,
-    titleSeparator: ' - ',
-    useAbsoluteSpecPath: false
-};
- 
- 
-/**
- * SonarQubeCypressReporter
- */
-class SonarQubeCypressReporter {
- 
-    /**
-     * Constructor as explained in https://mochajs.org/api/tutorial-custom-reporter.html
-     *
-     * @param {object} runner - the mocha runner
-     * @param {object} options - the user reporter options
-     */
-    constructor(runner, options) {
-        this.options = Object.assign(defaultOptions, options.reporterOptions);
-        this.specFilename = 'none';
- 
-        runner.once(EVENT_RUN_END, () => {
-            this.onDone(runner);
-        });
-    }
- 
-    /**
-     * Build the XML report based on runner result
-     *
-     * @param {object} runner the Mocha runner
-     */
-    onDone(runner) {
-        const node = xmlbuilder.create('testExecutions', { encoding: 'utf-8' })
-            .attribute('version', 1)
-            .element('file');
-        this.traverseSuite(node, runner.suite);
-        const xml = node.end({ pretty: true });
-        writeFile(this.specFilename, xml, this.options);
-    }
- 
-    /**
-     * Traverse the suite and all sub suite(s) for tests results
-     *
-     * @param {object} node the <file> node
-     * @param {object} suite a Mocha suite
-     */
-    traverseSuite(node, suite) {
- 
-        if (suite.parent && suite.parent.root) {
-            this.specFilename = extractSpecFromSuite(suite, { useAbsoluteSpecPath: false });
-            const specFilePath = extractSpecFromSuite(suite, this.options);
-            suite.title = extractTitleFromSuite(suite);
-            node.attribute('path', specFilePath);
-        }
- 
-        suite.tests.forEach((test) => {
-            formatTest(node, test, this.options);
-        });
- 
-        suite.suites.forEach((subSuite) => {
-            this.traverseSuite(node, subSuite);
-        });
-    }
- 
-}
- 
-module.exports = SonarQubeCypressReporter;
- 
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/cypress-sonarqube-reporter/src/SpecTitle.js.html b/cypress-sonarqube-reporter/src/SpecTitle.js.html deleted file mode 100644 index d0044d7..0000000 --- a/cypress-sonarqube-reporter/src/SpecTitle.js.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - Code coverage report for cypress-sonarqube-reporter/src/SpecTitle.js - - - - - - - - - -
-
-

All files / cypress-sonarqube-reporter/src SpecTitle.js

-
- -
- 94.12% - Statements - 16/17 -
- - -
- 90% - Branches - 9/10 -
- - -
- 100% - Functions - 3/3 -
- - -
- 94.12% - Lines - 16/17 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-

-
1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37  -  -1x -3x -  -  -1x -  -3x -1x -  -  -2x -1x -  -  -1x -  -  -1x -6x -5x -4x -3x -  -1x -  -  -  -  -  -1x -  -  -  -1x - 
/// <reference types="cypress" />
- 
-const _formatVar = (value) => {
-    return JSON.stringify(value, null, '    ');
-};
- 
-const _specTitleFromSpec = (title, spec) => {
- 
-    if (!spec.relative) {
-        throw new Error(`Cypress.spec.relative is not defined, Cypress.spec = ${_formatVar(spec)}`);
-    }
- 
-    if (!spec.absolute) {
-        throw new Error(`Cypress.spec.absolute is not defined, Cypress.spec = ${_formatVar(spec)}`);
-    }
- 
-    return `${title} [@spec: ${JSON.stringify(spec)}]`;
-};
- 
-const specTitle = (title) => {
-    if (title) {
-        Eif (Cypress) {
-            if (Cypress.spec) {
-                return _specTitleFromSpec(title, Cypress.spec);
-            } else {
-                throw new Error(`Cypress.spec is not defined, Cypress = ${_formatVar(Cypress)}`);
-            }
-        } else {
-            throw new Error('Cypress is not defined');
-        }
-    } else {
-        return title;
-    }
-};
- 
-module.exports = specTitle;
- 
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/cypress-sonarqube-reporter/src/index.html b/cypress-sonarqube-reporter/src/index.html deleted file mode 100644 index 6d6809d..0000000 --- a/cypress-sonarqube-reporter/src/index.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - Code coverage report for cypress-sonarqube-reporter/src - - - - - - - - - -
-
-

All files cypress-sonarqube-reporter/src

-
- -
- 86.31% - Statements - 145/168 -
- - -
- 82.43% - Branches - 61/74 -
- - -
- 81.25% - Functions - 26/32 -
- - -
- 86.23% - Lines - 144/167 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FileStatementsBranchesFunctionsLines
MergeReports.js -
-
95.65%66/6982.61%19/23100%15/1595.59%65/68
ReporterUtils.js -
-
96.61%57/5989.19%33/37100%8/896.61%57/59
SonarQubeCypressReporter.js -
-
26.09%6/230%0/40%0/626.09%6/23
SpecTitle.js -
-
94.12%16/1790%9/10100%3/394.12%16/17
-
-
-
- - - - - - - - - \ No newline at end of file diff --git a/favicon.png b/favicon.png deleted file mode 100644 index 6691817834a957c938e7f09640a37a645fb31457..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 540 zcmV+%0^|LOP)wSzy{h>9elhJ=8GnBQmf?)AI(^#wDA_`!QTxaXXE&bjxo zTGCc%V|W`}Lwz0rDO*qBbGY-M@aNENIZ1rK?nOAibaC*vb%CF;I_~lkJawax%_+1J zLn(#pv_v{f0`v`Cfp6()7MB(>IoTAiQdKxgxX?VyV&KVZ7b$vn<8|Z<9$35C+G_8SH0x6Y(xB&~bmn%r}ceRwbc0000 - - - - Code coverage report for All files - - - - - - - - - -
-
-

All files

-
- -
- 86.55% - Statements - 148/171 -
- - -
- 82.43% - Branches - 61/74 -
- - -
- 81.25% - Functions - 26/32 -
- - -
- 86.47% - Lines - 147/170 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FileStatementsBranchesFunctionsLines
cypress-sonarqube-reporter -
-
100%3/3100%0/0100%0/0100%3/3
cypress-sonarqube-reporter/src -
-
86.31%145/16882.43%61/7481.25%26/3286.23%144/167
-
-
-
- - - - - - - - - \ No newline at end of file diff --git a/jest-report.html b/jest-report.html new file mode 100644 index 0000000..7b65dc6 --- /dev/null +++ b/jest-report.html @@ -0,0 +1,60 @@ +Report
\ No newline at end of file diff --git a/lcov.info b/lcov.info deleted file mode 100644 index bd84069..0000000 --- a/lcov.info +++ /dev/null @@ -1,371 +0,0 @@ -TN: -SF:index.js -FNF:0 -FNH:0 -DA:2,1 -LF:1 -LH:1 -BRF:0 -BRH:0 -end_of_record -TN: -SF:mergeReports.js -FNF:0 -FNH:0 -DA:2,1 -LF:1 -LH:1 -BRF:0 -BRH:0 -end_of_record -TN: -SF:specTitle.js -FNF:0 -FNH:0 -DA:2,1 -LF:1 -LH:1 -BRF:0 -BRH:0 -end_of_record -TN: -SF:src/MergeReports.js -FN:34,(anonymous_0) -FN:54,(anonymous_1) -FN:58,(anonymous_2) -FN:67,(anonymous_3) -FN:85,(anonymous_4) -FN:86,(anonymous_5) -FN:87,(anonymous_6) -FN:105,(anonymous_7) -FN:127,(anonymous_8) -FN:128,(anonymous_9) -FN:136,(anonymous_10) -FN:159,(anonymous_11) -FN:177,(anonymous_12) -FN:185,(anonymous_13) -FN:186,(anonymous_14) -FNF:15 -FNH:15 -FNDA:48,(anonymous_0) -FNDA:6,(anonymous_1) -FNDA:6,(anonymous_2) -FNDA:6,(anonymous_3) -FNDA:12,(anonymous_4) -FNDA:12,(anonymous_5) -FNDA:12,(anonymous_6) -FNDA:6,(anonymous_7) -FNDA:7,(anonymous_8) -FNDA:7,(anonymous_9) -FNDA:6,(anonymous_10) -FNDA:7,(anonymous_11) -FNDA:7,(anonymous_12) -FNDA:7,(anonymous_13) -FNDA:12,(anonymous_14) -DA:1,1 -DA:2,1 -DA:3,1 -DA:4,1 -DA:5,1 -DA:10,1 -DA:14,1 -DA:34,1 -DA:35,48 -DA:36,48 -DA:37,48 -DA:38,111 -DA:40,39 -DA:42,9 -DA:54,1 -DA:55,6 -DA:56,6 -DA:57,6 -DA:58,6 -DA:59,6 -DA:60,6 -DA:61,1 -DA:62,1 -DA:64,0 -DA:67,6 -DA:68,6 -DA:69,0 -DA:71,6 -DA:72,6 -DA:85,1 -DA:86,12 -DA:87,12 -DA:88,12 -DA:89,0 -DA:91,12 -DA:92,12 -DA:105,1 -DA:106,6 -DA:112,6 -DA:113,12 -DA:116,6 -DA:127,1 -DA:128,7 -DA:129,7 -DA:130,6 -DA:131,6 -DA:132,6 -DA:133,12 -DA:134,12 -DA:136,6 -DA:137,6 -DA:138,6 -DA:143,1 -DA:144,1 -DA:159,1 -DA:160,7 -DA:164,7 -DA:168,7 -DA:172,7 -DA:173,7 -DA:174,7 -DA:175,7 -DA:177,7 -DA:178,7 -DA:179,1 -DA:181,7 -DA:186,12 -DA:193,1 -LF:68 -LH:65 -BRDA:60,0,0,1 -BRDA:60,0,1,5 -BRDA:68,1,0,0 -BRDA:68,1,1,6 -BRDA:88,2,0,0 -BRDA:88,2,1,12 -BRDA:129,3,0,6 -BRDA:129,3,1,1 -BRDA:159,4,0,4 -BRDA:160,5,0,7 -BRDA:160,5,1,6 -BRDA:160,5,2,0 -BRDA:160,5,3,0 -BRDA:164,6,0,7 -BRDA:164,6,1,6 -BRDA:164,6,2,4 -BRDA:164,6,3,4 -BRDA:168,7,0,7 -BRDA:168,7,1,6 -BRDA:168,7,2,5 -BRDA:168,7,3,5 -BRDA:178,8,0,1 -BRDA:178,8,1,6 -BRF:23 -BRH:19 -end_of_record -TN: -SF:src/ReporterUtils.js -FN:12,(anonymous_0) -FN:22,(anonymous_1) -FN:37,(anonymous_2) -FN:61,(anonymous_3) -FN:77,(anonymous_4) -FN:91,(anonymous_5) -FN:105,(anonymous_6) -FN:142,(anonymous_7) -FNF:8 -FNH:8 -FNDA:33,(anonymous_0) -FNDA:3,(anonymous_1) -FNDA:4,(anonymous_2) -FNDA:7,(anonymous_3) -FNDA:5,(anonymous_4) -FNDA:8,(anonymous_5) -FNDA:6,(anonymous_6) -FNDA:2,(anonymous_7) -DA:1,3 -DA:2,3 -DA:3,3 -DA:4,3 -DA:12,3 -DA:14,33 -DA:22,3 -DA:24,3 -DA:25,3 -DA:37,3 -DA:38,4 -DA:39,4 -DA:40,4 -DA:42,4 -DA:43,2 -DA:44,2 -DA:45,2 -DA:46,0 -DA:47,2 -DA:48,1 -DA:50,1 -DA:52,3 -DA:61,3 -DA:62,7 -DA:63,7 -DA:64,7 -DA:65,1 -DA:67,6 -DA:77,3 -DA:78,5 -DA:79,1 -DA:81,4 -DA:91,3 -DA:92,8 -DA:93,1 -DA:95,7 -DA:105,3 -DA:106,6 -DA:109,6 -DA:111,2 -DA:112,1 -DA:116,1 -DA:120,2 -DA:122,1 -DA:124,1 -DA:126,1 -DA:128,1 -DA:131,1 -DA:133,1 -DA:142,3 -DA:143,2 -DA:144,2 -DA:145,2 -DA:146,1 -DA:148,1 -DA:149,1 -DA:150,1 -DA:152,0 -DA:157,3 -LF:59 -LH:57 -BRDA:42,0,0,2 -BRDA:42,0,1,2 -BRDA:44,1,0,1 -BRDA:44,1,1,1 -BRDA:45,2,0,0 -BRDA:45,2,1,2 -BRDA:45,3,0,2 -BRDA:45,3,1,2 -BRDA:46,4,0,0 -BRDA:46,4,1,0 -BRDA:47,5,0,1 -BRDA:47,5,1,1 -BRDA:64,6,0,1 -BRDA:64,6,1,6 -BRDA:78,7,0,1 -BRDA:78,7,1,4 -BRDA:78,8,0,5 -BRDA:78,8,1,2 -BRDA:92,9,0,1 -BRDA:92,9,1,7 -BRDA:92,10,0,8 -BRDA:92,10,1,1 -BRDA:108,11,0,6 -BRDA:108,11,1,1 -BRDA:109,12,0,2 -BRDA:109,12,1,1 -BRDA:109,12,2,1 -BRDA:109,12,3,1 -BRDA:109,12,4,1 -BRDA:111,13,0,1 -BRDA:111,13,1,1 -BRDA:143,14,0,2 -BRDA:143,14,1,0 -BRDA:145,15,0,1 -BRDA:145,15,1,1 -BRDA:145,16,0,2 -BRDA:145,16,1,1 -BRF:37 -BRH:33 -end_of_record -TN: -SF:src/SonarQubeCypressReporter.js -FN:40,(anonymous_0) -FN:44,(anonymous_1) -FN:54,(anonymous_2) -FN:69,(anonymous_3) -FN:78,(anonymous_4) -FN:82,(anonymous_5) -FNF:6 -FNH:0 -FNDA:0,(anonymous_0) -FNDA:0,(anonymous_1) -FNDA:0,(anonymous_2) -FNDA:0,(anonymous_3) -FNDA:0,(anonymous_4) -FNDA:0,(anonymous_5) -DA:1,1 -DA:2,1 -DA:9,1 -DA:15,1 -DA:18,1 -DA:41,0 -DA:42,0 -DA:44,0 -DA:45,0 -DA:55,0 -DA:58,0 -DA:59,0 -DA:60,0 -DA:71,0 -DA:72,0 -DA:73,0 -DA:74,0 -DA:75,0 -DA:78,0 -DA:79,0 -DA:82,0 -DA:83,0 -DA:89,1 -LF:23 -LH:6 -BRDA:71,0,0,0 -BRDA:71,0,1,0 -BRDA:71,1,0,0 -BRDA:71,1,1,0 -BRF:4 -BRH:0 -end_of_record -TN: -SF:src/SpecTitle.js -FN:3,(anonymous_0) -FN:7,(anonymous_1) -FN:20,(anonymous_2) -FNF:3 -FNH:3 -FNDA:3,(anonymous_0) -FNDA:3,(anonymous_1) -FNDA:6,(anonymous_2) -DA:3,1 -DA:4,3 -DA:7,1 -DA:9,3 -DA:10,1 -DA:13,2 -DA:14,1 -DA:17,1 -DA:20,1 -DA:21,6 -DA:22,5 -DA:23,4 -DA:24,3 -DA:26,1 -DA:29,0 -DA:32,1 -DA:36,1 -LF:17 -LH:16 -BRDA:9,0,0,1 -BRDA:9,0,1,2 -BRDA:13,1,0,1 -BRDA:13,1,1,1 -BRDA:21,2,0,5 -BRDA:21,2,1,1 -BRDA:22,3,0,4 -BRDA:22,3,1,0 -BRDA:23,4,0,3 -BRDA:23,4,1,1 -BRF:10 -BRH:9 -end_of_record diff --git a/prettify.css b/prettify.css deleted file mode 100644 index b317a7c..0000000 --- a/prettify.css +++ /dev/null @@ -1 +0,0 @@ -.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} diff --git a/prettify.js b/prettify.js deleted file mode 100644 index b322523..0000000 --- a/prettify.js +++ /dev/null @@ -1,2 +0,0 @@ -/* eslint-disable */ -window.PR_SHOULD_USE_CONTINUATION=true;(function(){var h=["break,continue,do,else,for,if,return,while"];var u=[h,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"];var p=[u,"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"];var l=[p,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"];var x=[p,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"];var R=[x,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"];var r="all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes";var w=[p,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"];var s="caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END";var I=[h,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"];var f=[h,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"];var H=[h,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"];var A=[l,R,w,s+I,f,H];var e=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/;var C="str";var z="kwd";var j="com";var O="typ";var G="lit";var L="pun";var F="pln";var m="tag";var E="dec";var J="src";var P="atn";var n="atv";var N="nocode";var M="(?:^^\\.?|[+-]|\\!|\\!=|\\!==|\\#|\\%|\\%=|&|&&|&&=|&=|\\(|\\*|\\*=|\\+=|\\,|\\-=|\\->|\\/|\\/=|:|::|\\;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|\\?|\\@|\\[|\\^|\\^=|\\^\\^|\\^\\^=|\\{|\\||\\|=|\\|\\||\\|\\|=|\\~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*";function k(Z){var ad=0;var S=false;var ac=false;for(var V=0,U=Z.length;V122)){if(!(al<65||ag>90)){af.push([Math.max(65,ag)|32,Math.min(al,90)|32])}if(!(al<97||ag>122)){af.push([Math.max(97,ag)&~32,Math.min(al,122)&~32])}}}}af.sort(function(av,au){return(av[0]-au[0])||(au[1]-av[1])});var ai=[];var ap=[NaN,NaN];for(var ar=0;arat[0]){if(at[1]+1>at[0]){an.push("-")}an.push(T(at[1]))}}an.push("]");return an.join("")}function W(al){var aj=al.source.match(new RegExp("(?:\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]|\\\\u[A-Fa-f0-9]{4}|\\\\x[A-Fa-f0-9]{2}|\\\\[0-9]+|\\\\[^ux0-9]|\\(\\?[:!=]|[\\(\\)\\^]|[^\\x5B\\x5C\\(\\)\\^]+)","g"));var ah=aj.length;var an=[];for(var ak=0,am=0;ak=2&&ai==="["){aj[ak]=X(ag)}else{if(ai!=="\\"){aj[ak]=ag.replace(/[a-zA-Z]/g,function(ao){var ap=ao.charCodeAt(0);return"["+String.fromCharCode(ap&~32,ap|32)+"]"})}}}}return aj.join("")}var aa=[];for(var V=0,U=Z.length;V=0;){S[ac.charAt(ae)]=Y}}var af=Y[1];var aa=""+af;if(!ag.hasOwnProperty(aa)){ah.push(af);ag[aa]=null}}ah.push(/[\0-\uffff]/);V=k(ah)})();var X=T.length;var W=function(ah){var Z=ah.sourceCode,Y=ah.basePos;var ad=[Y,F];var af=0;var an=Z.match(V)||[];var aj={};for(var ae=0,aq=an.length;ae=5&&"lang-"===ap.substring(0,5);if(am&&!(ai&&typeof ai[1]==="string")){am=false;ap=J}if(!am){aj[ag]=ap}}var ab=af;af+=ag.length;if(!am){ad.push(Y+ab,ap)}else{var al=ai[1];var ak=ag.indexOf(al);var ac=ak+al.length;if(ai[2]){ac=ag.length-ai[2].length;ak=ac-al.length}var ar=ap.substring(5);B(Y+ab,ag.substring(0,ak),W,ad);B(Y+ab+ak,al,q(ar,al),ad);B(Y+ab+ac,ag.substring(ac),W,ad)}}ah.decorations=ad};return W}function i(T){var W=[],S=[];if(T.tripleQuotedStrings){W.push([C,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,"'\""])}else{if(T.multiLineStrings){W.push([C,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"])}else{W.push([C,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,"\"'"])}}if(T.verbatimStrings){S.push([C,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null])}var Y=T.hashComments;if(Y){if(T.cStyleComments){if(Y>1){W.push([j,/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,null,"#"])}else{W.push([j,/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"])}S.push([C,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,null])}else{W.push([j,/^#[^\r\n]*/,null,"#"])}}if(T.cStyleComments){S.push([j,/^\/\/[^\r\n]*/,null]);S.push([j,/^\/\*[\s\S]*?(?:\*\/|$)/,null])}if(T.regexLiterals){var X=("/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/");S.push(["lang-regex",new RegExp("^"+M+"("+X+")")])}var V=T.types;if(V){S.push([O,V])}var U=(""+T.keywords).replace(/^ | $/g,"");if(U.length){S.push([z,new RegExp("^(?:"+U.replace(/[\s,]+/g,"|")+")\\b"),null])}W.push([F,/^\s+/,null," \r\n\t\xA0"]);S.push([G,/^@[a-z_$][a-z_$@0-9]*/i,null],[O,/^(?:[@_]?[A-Z]+[a-z][A-Za-z_$@0-9]*|\w+_t\b)/,null],[F,/^[a-z_$][a-z_$@0-9]*/i,null],[G,new RegExp("^(?:0x[a-f0-9]+|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)(?:e[+\\-]?\\d+)?)[a-z]*","i"),null,"0123456789"],[F,/^\\[\s\S]?/,null],[L,/^.[^\s\w\.$@\'\"\`\/\#\\]*/,null]);return g(W,S)}var K=i({keywords:A,hashComments:true,cStyleComments:true,multiLineStrings:true,regexLiterals:true});function Q(V,ag){var U=/(?:^|\s)nocode(?:\s|$)/;var ab=/\r\n?|\n/;var ac=V.ownerDocument;var S;if(V.currentStyle){S=V.currentStyle.whiteSpace}else{if(window.getComputedStyle){S=ac.defaultView.getComputedStyle(V,null).getPropertyValue("white-space")}}var Z=S&&"pre"===S.substring(0,3);var af=ac.createElement("LI");while(V.firstChild){af.appendChild(V.firstChild)}var W=[af];function ae(al){switch(al.nodeType){case 1:if(U.test(al.className)){break}if("BR"===al.nodeName){ad(al);if(al.parentNode){al.parentNode.removeChild(al)}}else{for(var an=al.firstChild;an;an=an.nextSibling){ae(an)}}break;case 3:case 4:if(Z){var am=al.nodeValue;var aj=am.match(ab);if(aj){var ai=am.substring(0,aj.index);al.nodeValue=ai;var ah=am.substring(aj.index+aj[0].length);if(ah){var ak=al.parentNode;ak.insertBefore(ac.createTextNode(ah),al.nextSibling)}ad(al);if(!ai){al.parentNode.removeChild(al)}}}break}}function ad(ak){while(!ak.nextSibling){ak=ak.parentNode;if(!ak){return}}function ai(al,ar){var aq=ar?al.cloneNode(false):al;var ao=al.parentNode;if(ao){var ap=ai(ao,1);var an=al.nextSibling;ap.appendChild(aq);for(var am=an;am;am=an){an=am.nextSibling;ap.appendChild(am)}}return aq}var ah=ai(ak.nextSibling,0);for(var aj;(aj=ah.parentNode)&&aj.nodeType===1;){ah=aj}W.push(ah)}for(var Y=0;Y=S){ah+=2}if(V>=ap){Z+=2}}}var t={};function c(U,V){for(var S=V.length;--S>=0;){var T=V[S];if(!t.hasOwnProperty(T)){t[T]=U}else{if(window.console){console.warn("cannot override language handler %s",T)}}}}function q(T,S){if(!(T&&t.hasOwnProperty(T))){T=/^\s*]*(?:>|$)/],[j,/^<\!--[\s\S]*?(?:-\->|$)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],[L,/^(?:<[%?]|[%?]>)/],["lang-",/^]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-js",/^]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\s\S]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup","htm","html","mxml","xhtml","xml","xsl"]);c(g([[F,/^[\s]+/,null," \t\r\n"],[n,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,null,"\"'"]],[[m,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[P,/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[L,/^[=<>\/]+/],["lang-js",/^on\w+\s*=\s*\"([^\"]+)\"/i],["lang-js",/^on\w+\s*=\s*\'([^\']+)\'/i],["lang-js",/^on\w+\s*=\s*([^\"\'>\s]+)/i],["lang-css",/^style\s*=\s*\"([^\"]+)\"/i],["lang-css",/^style\s*=\s*\'([^\']+)\'/i],["lang-css",/^style\s*=\s*([^\"\'>\s]+)/i]]),["in.tag"]);c(g([],[[n,/^[\s\S]+/]]),["uq.val"]);c(i({keywords:l,hashComments:true,cStyleComments:true,types:e}),["c","cc","cpp","cxx","cyc","m"]);c(i({keywords:"null,true,false"}),["json"]);c(i({keywords:R,hashComments:true,cStyleComments:true,verbatimStrings:true,types:e}),["cs"]);c(i({keywords:x,cStyleComments:true}),["java"]);c(i({keywords:H,hashComments:true,multiLineStrings:true}),["bsh","csh","sh"]);c(i({keywords:I,hashComments:true,multiLineStrings:true,tripleQuotedStrings:true}),["cv","py"]);c(i({keywords:s,hashComments:true,multiLineStrings:true,regexLiterals:true}),["perl","pl","pm"]);c(i({keywords:f,hashComments:true,multiLineStrings:true,regexLiterals:true}),["rb"]);c(i({keywords:w,cStyleComments:true,regexLiterals:true}),["js"]);c(i({keywords:r,hashComments:3,cStyleComments:true,multilineStrings:true,tripleQuotedStrings:true,regexLiterals:true}),["coffee"]);c(g([],[[C,/^[\s\S]+/]]),["regex"]);function d(V){var U=V.langExtension;try{var S=a(V.sourceNode);var T=S.sourceCode;V.sourceCode=T;V.spans=S.spans;V.basePos=0;q(U,T)(V);D(V)}catch(W){if("console" in window){console.log(W&&W.stack?W.stack:W)}}}function y(W,V,U){var S=document.createElement("PRE");S.innerHTML=W;if(U){Q(S,U)}var T={langExtension:V,numberLines:U,sourceNode:S};d(T);return S.innerHTML}function b(ad){function Y(af){return document.getElementsByTagName(af)}var ac=[Y("pre"),Y("code"),Y("xmp")];var T=[];for(var aa=0;aa=0){var ah=ai.match(ab);var am;if(!ah&&(am=o(aj))&&"CODE"===am.tagName){ah=am.className.match(ab)}if(ah){ah=ah[1]}var al=false;for(var ak=aj.parentNode;ak;ak=ak.parentNode){if((ak.tagName==="pre"||ak.tagName==="code"||ak.tagName==="xmp")&&ak.className&&ak.className.indexOf("prettyprint")>=0){al=true;break}}if(!al){var af=aj.className.match(/\blinenums\b(?::(\d+))?/);af=af?af[1]&&af[1].length?+af[1]:true:false;if(af){Q(aj,af)}S={langExtension:ah,sourceNode:aj,numberLines:af};d(S)}}}if(X]*(?:>|$)/],[PR.PR_COMMENT,/^<\!--[\s\S]*?(?:-\->|$)/],[PR.PR_PUNCTUATION,/^(?:<[%?]|[%?]>)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],["lang-",/^]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-handlebars",/^]*type\s*=\s*['"]?text\/x-handlebars-template['"]?\b[^>]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-js",/^]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\s\S]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i],[PR.PR_DECLARATION,/^{{[#^>/]?\s*[\w.][^}]*}}/],[PR.PR_DECLARATION,/^{{&?\s*[\w.][^}]*}}/],[PR.PR_DECLARATION,/^{{{>?\s*[\w.][^}]*}}}/],[PR.PR_COMMENT,/^{{![^}]*}}/]]),["handlebars","hbs"]);PR.registerLangHandler(PR.createSimpleLexer([[PR.PR_PLAIN,/^[ \t\r\n\f]+/,null," \t\r\n\f"]],[[PR.PR_STRING,/^\"(?:[^\n\r\f\\\"]|\\(?:\r\n?|\n|\f)|\\[\s\S])*\"/,null],[PR.PR_STRING,/^\'(?:[^\n\r\f\\\']|\\(?:\r\n?|\n|\f)|\\[\s\S])*\'/,null],["lang-css-str",/^url\(([^\)\"\']*)\)/i],[PR.PR_KEYWORD,/^(?:url|rgb|\!important|@import|@page|@media|@charset|inherit)(?=[^\-\w]|$)/i,null],["lang-css-kw",/^(-?(?:[_a-z]|(?:\\[0-9a-f]+ ?))(?:[_a-z0-9\-]|\\(?:\\[0-9a-f]+ ?))*)\s*:/i],[PR.PR_COMMENT,/^\/\*[^*]*\*+(?:[^\/*][^*]*\*+)*\//],[PR.PR_COMMENT,/^(?:)/],[PR.PR_LITERAL,/^(?:\d+|\d*\.\d+)(?:%|[a-z]+)?/i],[PR.PR_LITERAL,/^#(?:[0-9a-f]{3}){1,2}/i],[PR.PR_PLAIN,/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i],[PR.PR_PUNCTUATION,/^[^\s\w\'\"]+/]]),["css"]);PR.registerLangHandler(PR.createSimpleLexer([],[[PR.PR_KEYWORD,/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i]]),["css-kw"]);PR.registerLangHandler(PR.createSimpleLexer([],[[PR.PR_STRING,/^[^\)\"\']+/]]),["css-str"]); diff --git a/sort-arrow-sprite.png b/sort-arrow-sprite.png deleted file mode 100644 index 03f704a609c6fd0dbfdac63466a7d7c958b5cbf3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^>_9Bd!3HEZxJ@+%Qj#UE5hcO-X(i=}MX3yqDfvmM z3ZA)%>8U}fi7AzZCsS>Jii$m5978H@?Fn+^JD|Y9yzj{W`447Gxa{7*dM7nnnD-Lb z6^}Hx2)'; - } - } - return cols; - } - // attaches a data attribute to every tr element with an object - // of data values keyed by column name - function loadRowData(tableRow) { - var tableCols = tableRow.querySelectorAll('td'), - colNode, - col, - data = {}, - i, - val; - for (i = 0; i < tableCols.length; i += 1) { - colNode = tableCols[i]; - col = cols[i]; - val = colNode.getAttribute('data-value'); - if (col.type === 'number') { - val = Number(val); - } - data[col.key] = val; - } - return data; - } - // loads all row data - function loadData() { - var rows = getTableBody().querySelectorAll('tr'), - i; - - for (i = 0; i < rows.length; i += 1) { - rows[i].data = loadRowData(rows[i]); - } - } - // sorts the table using the data for the ith column - function sortByIndex(index, desc) { - var key = cols[index].key, - sorter = function(a, b) { - a = a.data[key]; - b = b.data[key]; - return a < b ? -1 : a > b ? 1 : 0; - }, - finalSorter = sorter, - tableBody = document.querySelector('.coverage-summary tbody'), - rowNodes = tableBody.querySelectorAll('tr'), - rows = [], - i; - - if (desc) { - finalSorter = function(a, b) { - return -1 * sorter(a, b); - }; - } - - for (i = 0; i < rowNodes.length; i += 1) { - rows.push(rowNodes[i]); - tableBody.removeChild(rowNodes[i]); - } - - rows.sort(finalSorter); - - for (i = 0; i < rows.length; i += 1) { - tableBody.appendChild(rows[i]); - } - } - // removes sort indicators for current column being sorted - function removeSortIndicators() { - var col = getNthColumn(currentSort.index), - cls = col.className; - - cls = cls.replace(/ sorted$/, '').replace(/ sorted-desc$/, ''); - col.className = cls; - } - // adds sort indicators for current column being sorted - function addSortIndicators() { - getNthColumn(currentSort.index).className += currentSort.desc - ? ' sorted-desc' - : ' sorted'; - } - // adds event listeners for all sorter widgets - function enableUI() { - var i, - el, - ithSorter = function ithSorter(i) { - var col = cols[i]; - - return function() { - var desc = col.defaultDescSort; - - if (currentSort.index === i) { - desc = !currentSort.desc; - } - sortByIndex(i, desc); - removeSortIndicators(); - currentSort.index = i; - currentSort.desc = desc; - addSortIndicators(); - }; - }; - for (i = 0; i < cols.length; i += 1) { - if (cols[i].sortable) { - // add the click event handler on the th so users - // dont have to click on those tiny arrows - el = getNthColumn(i).querySelector('.sorter').parentElement; - if (el.addEventListener) { - el.addEventListener('click', ithSorter(i)); - } else { - el.attachEvent('onclick', ithSorter(i)); - } - } - } - } - // adds sorting functionality to the UI - return function() { - if (!getTable()) { - return; - } - cols = loadColumns(); - loadData(); - addSortIndicators(); - enableUI(); - }; -})(); - -window.addEventListener('load', addSorting);