Division by zero

Not sure if everyone considers this a bug, but I certainly do:
Aggression Factor is correctly shown as NA when it is 0/0 and Infinity when it is n/0. Almost all the other statistics (aggression frequency, attempt to steal, etc) are incorrectly show 0/0 as 0%. I don't really care whether they say NA or -- or whatever... but I DO care that "no data" and "he's had the chance but never done it" need to look different.
I would hope this is a simple one-line fix, since the code obviously has SOME kind of division-by-zero error trapping in place already, that is substituting in the incorrect 0.
Aggression Factor is correctly shown as NA when it is 0/0 and Infinity when it is n/0. Almost all the other statistics (aggression frequency, attempt to steal, etc) are incorrectly show 0/0 as 0%. I don't really care whether they say NA or -- or whatever... but I DO care that "no data" and "he's had the chance but never done it" need to look different.
I would hope this is a simple one-line fix, since the code obviously has SOME kind of division-by-zero error trapping in place already, that is substituting in the incorrect 0.