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

adana-coverage / babel-plugin-transform-adana
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: bump-version
DEFAULT BRANCH: master
Repo Added 09 Jan 2016 06:33AM UTC
Files 4
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 fix-conditional-groups
branch: fix-conditional-groups
CHANGE BRANCH
x
Reset
  • fix-conditional-groups
  • add-more-tags
  • allow-no-instrument
  • babel-7
  • bump-version
  • dump-guard
  • fix-build-icons
  • fix-computed-key-check
  • fix-ignore
  • fix-return-try
  • ignore
  • jsx
  • master
  • object-methods
  • pattern-guard
  • refactor
  • remove-mkdirp
  • replace-hash-with-source
  • separate-traverse
  • split-dump
  • try-catch-tags
  • update-deps
  • update-eslint
  • update-travis
  • v0.4.0
  • v0.4.1
  • v0.4.2
  • v0.5.0
  • v0.5.1
  • v0.5.2
  • v0.5.4
  • v0.5.5
  • v0.5.6
  • version-bump

pending completion
202

push

travis-ci

izaakschroeder
Fix invalid conditional group state.

The majority of branches detect the groups they belong to; that is to say if you have:

```javascript
if (foo) {

} else if (bar) {

} else {

}
```

The several branches in there all belong to the same logical group. The same effect occurs for logic statements, tenary ifs and so on. The group detection logic, however, did not take into account adana generated nodes and so compound conditionals with adana generated nodes would result in key errors.

This is now fixed and checks have been added to ensure the correct groups are calculated for the majority of cases. Logic statements still need work, simply because of how they are rewritten for instrumentation.

386 of 386 relevant lines covered (100.0%)

80.13 hits per line

Relevant lines Covered
Build:
Build:
386 RELEVANT LINES 386 COVERED LINES
80.13 HITS PER LINE
Source Files on fix-conditional-groups
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
202 fix-conditional-groups Fix invalid conditional group state. The majority of branches detect the groups they belong to; that is to say if you have: ```javascript if (foo) { } else if (bar) { } else { } ``` The several branches in there all belong to the same logica... push 26 Jan 2016 08:04AM UTC izaakschroeder travis-ci pending completion  
See All Builds (169)
  • 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

© 2026 Coveralls, Inc