• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DatenMetzgerX / ESChecker
97%
master: 96%

Build:
Build:
LAST BUILD BRANCH: PA1-Final
DEFAULT BRANCH: master
Repo Added 15 Mar 2016 01:52PM UTC
Files 77
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH more-sophisticated-recursion-detection
branch: more-sophisticated-recursion-detection
CHANGE BRANCH
x
Reset
  • more-sophisticated-recursion-detection
  • PA1-Final
  • add-node-5-to-build
  • array-type
  • arrow-expressions
  • cleaneups
  • data-flow-analysis
  • do-while-statement
  • feedback-luc
  • finalisierung-report
  • fix-function-call-in-loop
  • fix-this-inside-object-methods
  • for-of-statement
  • function-declaration-hoisting
  • ignore-empty-statements-in-cfg
  • improve-documentation
  • invocation-of-any-type-values
  • master
  • npm-package
  • outline
  • rename-specs-to-spec
  • shrinkwrap-dependencies
  • string-built-in-methods
  • support-arrow-functions-with-expression-body
  • throw-statement
  • type-inference-call-expression
  • type-inference-cleanups
  • type-inference-for-statement
  • type-inference-if-statements
  • type-inference-record
  • v0.0.2
  • v0.0.3
  • v0.0.4
  • v0.0.5

pending completion
157

push

travis-ci

DatenMetzgerX
Implement a more sophistic recursion detection

This recursion detection tries to figure out if a previous call
used exactly the same arguments. If this is the case, then it can
be expected that both calls will have the same return type. So instead
of evaluating the function again, use the same type variable as return
type as the previous call does. If the previous call completes, then
the return type is substituted.

1185 of 1225 relevant lines covered (96.73%)

156.05 hits per line

Relevant lines Covered
Build:
Build:
1225 RELEVANT LINES 1185 COVERED LINES
156.05 HITS PER LINE
Source Files on more-sophisticated-recursion-detection
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
157 more-sophisticated-recursion-detection Implement a more sophistic recursion detection This recursion detection tries to figure out if a previous call used exactly the same arguments. If this is the case, then it can be expected that both calls will have the same return type. So instea... push 19 Apr 2016 05:40PM UTC DatenMetzgerX travis-ci pending completion  
See All Builds (262)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc