thomasp85 / tidygraph
Showing 1 of 1 files from the diff.

@@ -315,7 +315,7 @@
Loading
315 315
  expect_netrankr()
316 316
  expect_nodes()
317 317
  graph <- .G()
318 -
  P <- netrankr::neighborhood_inclusion()
318 +
  P <- netrankr::neighborhood_inclusion(graph)
319 319
  ranks <- netrankr::exact_rank_prob(P)
320 320
  ranks$expected.rank
321 321
}
Files Coverage
R 47.97%
src/get_paths.cpp 0.00%
Project Totals (47 files) 47.31%
1
comment: false
2

3
coverage:
4
  status:
5
    project:
6
      default:
7
        target: auto
8
        threshold: 1%
9
        informational: true
10
    patch:
11
      default:
12
        target: auto
13
        threshold: 1%
14
        informational: true
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading