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

mgedmin / objgraph / 63
100%

Build:
DEFAULT BRANCH: master
Ran 03 Mar 2015 08:45AM UTC
Jobs 5
Files 1
Run time 11s
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
63

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.

343 of 351 relevant lines covered (97.72%)

4.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 63.1 03 Mar 2015 08:46AM UTC 0
95.44
Travis Job 63.1
2 63.2 03 Mar 2015 08:46AM UTC 0
95.44
Travis Job 63.2
3 63.3 03 Mar 2015 08:46AM UTC 0
96.58
Travis Job 63.3
4 63.4 03 Mar 2015 08:45AM UTC 0
96.58
Travis Job 63.4
5 63.5 03 Mar 2015 08:46AM UTC 0
96.58
Travis Job 63.5
Source Files on build 63
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #63
  • 8b428aad on github
  • Prev Build on master (#62)
  • Next Build on master (#64)
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