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

andymeneely / attack-surface-metrics / 95
80%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2015 06:47AM UTC
Jobs 1
Files 24
Run time 2s
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
95

push

travis-ci

nuthanmunaiah
Bumped-up the version to 0.7.0.

Changes:

* Modified the code that computes the page rank of a node to parameterize the primary and secondary personalization values. Primary personalization value is applied to all nodes that are either an entry point or an exit point and the secondary personalization value is applied to all nodes that are neither an entry point nor an exit point.
* Added a feature in which the nodes in the call graph are have an attribute called 'tested' indicated whether a node was exercised by test cases executed when generating the gprof call graph.
* Added a feature in which the eges in the call graph are assigned weights depending on their origin. An edge that is only in the cflow graph is assigned a weight of 1 and an edge that is either only in the gprof call graph or in both the gprof and cflow call graphs is assigned a weight of 0.5.
* Added a feature in which the page rank computation takes the weight of the edges in the graph into consideration. A node that has been tested will now be assigned a lower page rank. The assumption here is that the nodes that are tested are not as appealing to an attacker than those that were not tested.
* Fixed minor bugs uncovered during testing.

914 of 1106 relevant lines covered (82.64%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 95.1 19 Apr 2015 06:47AM UTC 0
82.64
Travis Job 95.1
Source Files on build 95
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #95
  • 4d0cf0fa on github
  • Prev Build on master (#94)
  • Next Build on master (#96)
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