| Source file: lib/queue/queue.h | ||||||
| Source file: lib/queue/queue.c | ||||||
| Function name | Cyclomatic complexity (12) | LOC (30) | Token count | Parameter count (4) | ||
|---|---|---|---|---|---|---|
| queue_init | 2 | 18 | 84 | 4 | ||
| queue_push | 4 | 21 | 156 | 2 | ||
| queue_pop | 4 | 21 | 154 | 2 | ||
| queue_is_empty | 2 | 9 | 35 | 1 | ||
| queue_is_full | 2 | 9 | 37 | 1 | ||
| copy_bytes | 4 | 13 | 69 | 3 | ||
| validate_init_arg | 5 | 12 | 60 | 4 | ||
| Generated by Lizard on 2025-11-06 14:02 |