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

mgedmin / objgraph / 63 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 03 Mar 2015 08:46AM UTC
Files 1
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

03 Mar 2015 08:41AM UTC coverage: 96.581% (+0.3%) from 96.296%
63.5

push

travis-ci

mgedmin
Slight refactoring and testing of edge culling

show_backrefs() stops the graph traversal when it reaches a module
(because that makes the graphs prettier and usually it doesn't matter
where the module is backreferenced: you can treat modules as garbage
collector roots when you're hunting down leaks).

Previously this was hardcoded in a rather ugly way (swap_source_target
was used to distinguish whether the caller was show_refs/show_backrefs).
Now it's parametrized via a new `cull_func` predicate argument to
_show_graph().  If cull_func(node) returns True, then node will appear
in the graph but all graph edges originating at node will be ignored.

339 of 351 relevant lines covered (96.58%)

0.97 hits per line

Source Files on job 63.5
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 63
  • Travis Job 63.5
  • 8b428aad on github
  • Prev Job for on master (#62.5)
  • Next Job for on master (#64.5)
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