cookiemonster 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
72% lines
Expression
78.4%
Tests
71.9%
Examples
47.5%
Vignettes
37.5%
By file
R/browser.r
25%
R/delete.r
71%
R/set.r
77%
R/get.r
93%
R/encryption.r
100%
R/req_cookiemoster_set.r
100%
R/utils.r
100%
Structure
- Functions
- 22
- Exported
- 9
- Compiled
- 0
- Call edges
- 20
Functions ranked by lowest coverage
| Function | Language | Lines | Cyclomatic | Coverage |
|---|---|---|---|---|
| get_cookies_from_browser exp | R | 13 | 1 | 0.0% |
| parse_session | R | 14 | 3 | 0.0% |
| prep_db | R | 3 | 1 | 0.0% |
| prep_db.firefox | R | 11 | 1 | 0.0% |
| read_cookie_db | R | 8 | 1 | 0.0% |
| delete_cookies exp | R | 23 | 3 | 71.4% |
| select_cookies | R | 20 | 5 | 78.6% |
| store_cookies exp | R | 22 | 3 | 80.0% |
| find_cookiejar | R | 15 | 2 | 88.9% |
| add_cookies exp | R | 16 | 5 | 90.0% |
| decrypt_vec exp | R | 4 | 1 | 100.0% |
| default_jar exp | R | 7 | 2 | 100.0% |
| encrypt_vec exp | R | 4 | 1 | 100.0% |
| get_cookies exp | R | 30 | 2 | 100.0% |
| req_cookiemonster_set exp | R | 7 | 1 | 100.0% |
| dec | R | 3 | 1 | 100.0% |
| enc | R | 3 | 1 | 100.0% |
| parse_cookiestring | R | 16 | 2 | 100.0% |
| prep_cookies | R | 15 | 4 | 100.0% |
| prep_cookies_chromote | R | 6 | 1 | 100.0% |