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

Gopikrishna19 / diy-angular / 82 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 18 Nov 2016 03:46AM UTC
Files 8
Run time 0s
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

18 Nov 2016 03:45AM UTC coverage: 100.0%. Remained the same
82.1

push

travis-ci

Gopikrishna19
deny access to object computed descriptor functions

done by injecting the assertMethod into the function expression which in turn wrapped:

// previously
return function(s,l) {
  :
}

// now
return (function(assertMethod) {
  return function(s,l) {
    assertMethod(..);
    :
  }
}(AST.assertMethod));

Wrapping in IIFE also allows injecting stuff before returning to client

506 of 506 relevant lines covered (100.0%)

91.2 hits per line

Source Files on job 82.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 82
  • Travis Job 82.1
  • ee02c71f on github
  • Prev Job for on master (#81.1)
  • Next Job for on master (#83.1)
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