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

Gopikrishna19 / diy-angular / 82
100%

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

pending completion
82

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

Jobs
ID Job ID Ran Files Coverage
1 82.1 18 Nov 2016 03:46AM UTC 0
100.0
Travis Job 82.1
Source Files on build 82
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #82
  • ee02c71f on github
  • Prev Build on master (#81)
  • Next Build on master (#83)
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