Skip to content

Commit

Permalink
deploy: 621055d
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Oct 17, 2023
1 parent 2fb9e01 commit 50fb272
Show file tree
Hide file tree
Showing 64 changed files with 173 additions and 190 deletions.
20 changes: 10 additions & 10 deletions complexity/plato.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Error reading file lib/cli.js: SyntaxError: Unexpected token (6:26)
SyntaxError: Unexpected token (6:26)
at Parser.pp$5.raise (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:4454:13)
at Parser.pp.unexpected (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:1761:8)
at Parser.pp$3.parseExprAtom (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3627:50)
at Parser.parseExprAtom (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:7238:22)
at Parser.pp$3.parseExprSubscripts (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3494:19)
at Parser.pp$3.parseMaybeUnary (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3474:19)
at Parser.pp$3.parseExprOps (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3404:19)
at Parser.pp$3.parseMaybeConditional (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3381:19)
at Parser.pp$3.parseMaybeAssign (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3344:19)
at Parser.parseMaybeAssign (/opt/hostedtoolcache/node/16.20.2/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:6474:20)
at Parser.pp$5.raise (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:4454:13)
at Parser.pp.unexpected (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:1761:8)
at Parser.pp$3.parseExprAtom (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3627:50)
at Parser.parseExprAtom (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:7238:22)
at Parser.pp$3.parseExprSubscripts (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3494:19)
at Parser.pp$3.parseMaybeUnary (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3474:19)
at Parser.pp$3.parseExprOps (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3404:19)
at Parser.pp$3.parseMaybeConditional (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3381:19)
at Parser.pp$3.parseMaybeAssign (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:3344:19)
at Parser.parseMaybeAssign (/opt/hostedtoolcache/node/17.9.1/x64/lib/node_modules/bob/node_modules/babylon/lib/index.js:6474:20)
Done!
8 changes: 4 additions & 4 deletions complexity/plato/display.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>JavaScript Source Analysis</h1>
<div class="reportBlock lineCount">
<div class="reportContent">
<small class="chart-label">Total / Average Lines</small>
<h1>681 / 68</h1>
<h1>677 / 67</h1>
</div>
<div id="chart_historical_sloc" class="chart js-chart"></div>
</div>
Expand All @@ -40,7 +40,7 @@ <h1>681 / 68</h1>
<div class="reportBlock maintainability">
<div class="reportContent">
<small class="chart-label">Average Maintainability</small>
<h1>72.53</h1>
<h1>72.58</h1>
</div>
<div id="chart_historical_maint" class="chart js-chart"></div>
</div>
Expand Down Expand Up @@ -87,7 +87,7 @@ <h2 class="reportTitle">Largest Files</h2>
<ul class="list-unstyled">

<li>
<strong>147 lines</strong>
<strong>145 lines</strong>
<small>lib/release-schemes/rtk.js</small>
</li>

Expand All @@ -97,7 +97,7 @@ <h2 class="reportTitle">Largest Files</h2>
</li>

<li>
<strong>87 lines</strong>
<strong>85 lines</strong>
<small>lib/rtk.js</small>
</li>

Expand Down
10 changes: 4 additions & 6 deletions complexity/plato/files/lib_release_schemes_rtk_js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ <h1>lib/release-schemes/rtk.js</h1>
<div class="row">
<div class="col-md-6">
<h2 class="header">Maintainability <a href="http://blogs.msdn.com/b/codeanalysis/archive/2007/11/20/maintainability-index-range-and-meaning.aspx"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="A value between 0 and 100 that represents the relative ease of maintaining the code. A high value means better maintainability." data-original-title="Maintainability Index" data-container="body"></i></a></h2>
<p class="stat">66.64</p>
<p class="stat">66.77</p>
</div>
<div class="col-md-6">
<h2 class="header">Lines of code <i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Source Lines of Code / Logical Lines of Code" data-original-title="SLOC/LSLOC" data-container="body"></i></h2>
<p class="stat">147</p>
<p class="stat">145</p>
</div>
</div>
<div class="row historical">
Expand All @@ -62,11 +62,11 @@ <h2 class="header">Lines of code <i class="icon icon-info-sign" rel="popover" da
<div class="row">
<div class="col-md-6">
<h2 class="header">Difficulty <a href="http://en.wikipedia.org/wiki/Halstead_complexity_measures"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="The difficulty measure is related to the difficulty of the program to write or understand." data-original-title="Difficulty" data-container="body"></i></a></h2>
<p class="stat">36.34</p>
<p class="stat">37.00</p>
</div>
<div class="col-md-6">
<h2 class="header">Estimated Errors <a href="http://en.wikipedia.org/wiki/Halstead_complexity_measures"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Halstead's delivered bugs is an estimate for the number of errors in the implementation." data-original-title="Delivered Bugs" data-container="body"></i></a></h2>
<p class="stat">1.41</p>
<p class="stat">1.39</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -100,7 +100,6 @@ <h3 class="chart-header">By SLOC <i class="icon icon-info-sign" rel="popover" d
import keepAChangelogResourceType from &#039;../resource-types/keep-a-changelog.js&#039;;
import makefileResourceType from &#039;../resource-types/makefile.js&#039;;
import textResourceType from &#039;../resource-types/text.js&#039;;
import tomlResourceType from &#039;../resource-types/toml.js&#039;;
import yamlResourceType from &#039;../resource-types/yaml.js&#039;;

/**
Expand All @@ -123,7 +122,6 @@ <h3 class="chart-header">By SLOC <i class="icon icon-info-sign" rel="popover" d
json: jsonResourceType,
makefile: makefileResourceType,
text: textResourceType,
toml: tomlResourceType,
yaml: yamlResourceType
};
this.resourceTypes[&#039;keep-a-changelog&#039;] = keepAChangelogResourceType;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"date":"Tue, 17 Oct 2023 13:23:00 GMT","sloc":147,"lloc":80,"functions":11,"deliveredBugs":1.409,"difficulty":36.343,"maintainability":66.638,"lintErrors":5}]
[{"date":"Tue, 17 Oct 2023 13:23:31 GMT","sloc":145,"lloc":79,"functions":11,"deliveredBugs":1.386,"difficulty":37,"maintainability":66.769,"lintErrors":5}]

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"date":"Tue, 17 Oct 2023 13:23:00 GMT","sloc":53,"lloc":22,"functions":3,"deliveredBugs":0.255,"difficulty":18.182,"maintainability":71.087,"lintErrors":2}]
[{"date":"Tue, 17 Oct 2023 13:23:31 GMT","sloc":53,"lloc":22,"functions":3,"deliveredBugs":0.255,"difficulty":18.182,"maintainability":71.087,"lintErrors":2}]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"date":"Tue, 17 Oct 2023 13:23:00 GMT","sloc":103,"lloc":48,"functions":6,"deliveredBugs":0.538,"difficulty":28.565,"maintainability":68.153,"lintErrors":2}]
[{"date":"Tue, 17 Oct 2023 13:23:31 GMT","sloc":103,"lloc":48,"functions":6,"deliveredBugs":0.538,"difficulty":28.565,"maintainability":68.153,"lintErrors":2}]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"date":"Tue, 17 Oct 2023 13:23:00 GMT","sloc":66,"lloc":29,"functions":5,"deliveredBugs":0.396,"difficulty":27.5,"maintainability":71.756,"lintErrors":2}]
[{"date":"Tue, 17 Oct 2023 13:23:31 GMT","sloc":66,"lloc":29,"functions":5,"deliveredBugs":0.396,"difficulty":27.5,"maintainability":71.756,"lintErrors":2}]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"date":"Tue, 17 Oct 2023 13:23:00 GMT","sloc":53,"lloc":22,"functions":3,"deliveredBugs":0.23,"difficulty":19.2,"maintainability":70.871,"lintErrors":2}]
[{"date":"Tue, 17 Oct 2023 13:23:31 GMT","sloc":53,"lloc":22,"functions":3,"deliveredBugs":0.23,"difficulty":19.2,"maintainability":70.871,"lintErrors":2}]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"date":"Tue, 17 Oct 2023 13:23:00 GMT","sloc":54,"lloc":22,"functions":3,"deliveredBugs":0.264,"difficulty":18.088,"maintainability":71.087,"lintErrors":2}]
[{"date":"Tue, 17 Oct 2023 13:23:31 GMT","sloc":54,"lloc":22,"functions":3,"deliveredBugs":0.264,"difficulty":18.088,"maintainability":71.087,"lintErrors":2}]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"date":"Tue, 17 Oct 2023 13:23:00 GMT","sloc":54,"lloc":23,"functions":3,"deliveredBugs":0.268,"difficulty":18.088,"maintainability":70.081,"lintErrors":2}]
[{"date":"Tue, 17 Oct 2023 13:23:31 GMT","sloc":54,"lloc":23,"functions":3,"deliveredBugs":0.268,"difficulty":18.088,"maintainability":70.081,"lintErrors":2}]
10 changes: 4 additions & 6 deletions complexity/plato/files/lib_rtk_js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ <h1>lib/rtk.js</h1>
<div class="row">
<div class="col-md-6">
<h2 class="header">Maintainability <a href="http://blogs.msdn.com/b/codeanalysis/archive/2007/11/20/maintainability-index-range-and-meaning.aspx"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="A value between 0 and 100 that represents the relative ease of maintaining the code. A high value means better maintainability." data-original-title="Maintainability Index" data-container="body"></i></a></h2>
<p class="stat">73.18</p>
<p class="stat">73.51</p>
</div>
<div class="col-md-6">
<h2 class="header">Lines of code <i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Source Lines of Code / Logical Lines of Code" data-original-title="SLOC/LSLOC" data-container="body"></i></h2>
<p class="stat">87</p>
<p class="stat">85</p>
</div>
</div>
<div class="row historical">
Expand All @@ -62,11 +62,11 @@ <h2 class="header">Lines of code <i class="icon icon-info-sign" rel="popover" da
<div class="row">
<div class="col-md-6">
<h2 class="header">Difficulty <a href="http://en.wikipedia.org/wiki/Halstead_complexity_measures"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="The difficulty measure is related to the difficulty of the program to write or understand." data-original-title="Difficulty" data-container="body"></i></a></h2>
<p class="stat">20.64</p>
<p class="stat">21.11</p>
</div>
<div class="col-md-6">
<h2 class="header">Estimated Errors <a href="http://en.wikipedia.org/wiki/Halstead_complexity_measures"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Halstead's delivered bugs is an estimate for the number of errors in the implementation." data-original-title="Delivered Bugs" data-container="body"></i></a></h2>
<p class="stat">0.47</p>
<p class="stat">0.46</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -96,7 +96,6 @@ <h3 class="chart-header">By SLOC <i class="icon icon-info-sign" rel="popover" d
import keepAChangelogResourceType from &#039;./resource-types/keep-a-changelog.js&#039;;
import makefileResourceType from &#039;./resource-types/makefile.js&#039;;
import textResourceType from &#039;./resource-types/text.js&#039;;
import tomlResourceType from &#039;./resource-types/toml.js&#039;;
import yamlResourceType from &#039;./resource-types/yaml.js&#039;;

/**
Expand All @@ -121,7 +120,6 @@ <h3 class="chart-header">By SLOC <i class="icon icon-info-sign" rel="popover" d
json: jsonResourceType,
makefile: makefileResourceType,
text: textResourceType,
toml: tomlResourceType,
yaml: yamlResourceType
};
this.resourceTypes[&#039;keep-a-changelog&#039;] = keepAChangelogResourceType;
Expand Down
2 changes: 1 addition & 1 deletion complexity/plato/files/lib_rtk_js/report.history.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion complexity/plato/files/lib_rtk_js/report.history.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"date":"Tue, 17 Oct 2023 13:23:00 GMT","sloc":87,"lloc":34,"functions":7,"deliveredBugs":0.475,"difficulty":20.638,"maintainability":73.182,"lintErrors":2}]
[{"date":"Tue, 17 Oct 2023 13:23:31 GMT","sloc":85,"lloc":33,"functions":7,"deliveredBugs":0.456,"difficulty":21.109,"maintainability":73.509,"lintErrors":2}]
Loading

0 comments on commit 50fb272

Please sign in to comment.