# Cyclomatic Complexity - Ebert, Cain, Antoniol et al - 2016
Ebert, C., Cain, J., Antoniol, G., Counsell, S., & Laplante, P. (2016). Cyclomatic Complexity. IEEE Software, 33(6), 27-29. 10.1109/MS.2016.147
## Annotations
dataviewjs
let summaryPages = dv.pages('"Notes"')
.where(p => p.file.name.includes("∎ Cyclomatic Complexity - Ebert, Cain, Antoniol et al - 2016"))
.map(p => [p.file.link, p.annotation_status])
dv.table(["Annotation Summary", "Status"], summaryPages)