| Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
|---|---|---|---|---|
| lib/dagnabit/link/transitive_closure_recalculation.rb | 17 | 12 | 100.00%
|
100.00%
|
Code reported as executed by Ruby looks like this...and this: this line is also marked as covered.Lines considered as run by rcov, but not reported by Ruby, look like this,and this: these lines were inferred by rcov (using simple heuristics).Finally, here's a line marked as not executed.
1 require 'dagnabit/link/transitive_closure_recalculation/on_create' |
2 require 'dagnabit/link/transitive_closure_recalculation/on_destroy' |
3 require 'dagnabit/link/transitive_closure_recalculation/on_update' |
4 |
5 module Dagnabit |
6 module Link |
7 # |
8 # Code to do the heavy lifting of maintaining the transitive closure of the |
9 # dag after edge create, destroy, and update. |
10 # |
11 module TransitiveClosureRecalculation |
12 include OnCreate |
13 include OnDestroy |
14 include OnUpdate |
15 end |
16 end |
17 end |
Generated on Tue Dec 08 04:06:14 -0600 2009 with rcov 0.9.6