howzatR call graph
Each node is a function, tinted by its test coverage so untested, complex code stands out. Shape encodes language, a ring marks exported functions, and dashed edges are calls from R into compiled code. Hover a node for detail; click to focus its neighborhood.
Loading call graph…
Coverage
100% lines
Expression
100.0%
Tests
100.0%
Examples
70.8%
Vignettes
0.0%
By file
R/balls_overs.R
100%
R/bowling_basics.R
100%
R/batting_basics.R
100%
R/helper_funcs.R
100%
Structure
- Functions
- 9
- Exported
- 7
- Compiled
- 0
- Call edges
- 4
Functions ranked by lowest coverage
| Function | Language | Lines | Cyclomatic | Coverage |
|---|---|---|---|---|
| balls_to_overs exp | R | 11 | 1 | 100.0% |
| bat_avg exp | R | 3 | 1 | 100.0% |
| bat_sr exp | R | 3 | 1 | 100.0% |
| bowl_avg exp | R | 3 | 1 | 100.0% |
| bowl_econ exp | R | 16 | 2 | 100.0% |
| bowl_sr exp | R | 3 | 1 | 100.0% |
| overs_to_balls exp | R | 20 | 2 | 100.0% |
| calc_int_div | R | 3 | 1 | 100.0% |
| calc_mod | R | 3 | 1 | 100.0% |