•Path 0
initializes the recursion with the call main(2,2,...)
•Paths 19, 22,
and 23 control the printing of the 12 verses
–Path 19
represents the first verse
–Path 23 the
middle 10 verses
–Path 22 the
last verse
–The sum of
these paths' frequencies is 12
–The browser
can help show that each of the paths covers a different set of recursive calls to main
•Paths 9 and
13 control the printing of the non-partridge-gifts
within a verse
–The
frequencies of the two paths sum to 66