Is my fizzbuzz script accurate?

I decided to try out making a fizzbuzz script, and I want to know if it's accurate or not. The main thing I'm worried about is the order of the scripts, if you could confirm that, that would be nice.

Project so you can look at it.

If you mean the order of the tests inside the fizzbuzz function, yes, you do the most specific test first.