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

mgedmin / objgraph / 63 / 1
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: 95.442% (+0.3%) from 95.157%
63.1

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.

335 of 351 relevant lines covered (95.44%)

0.95 hits per line

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