Bug functions are inconsistent regarding how many times they are run. Some run very often and some run rarely.
Some functions exit without executing since they don't fulfill all conditionals
Ideally, if a function CAN apply to a file, it should execute once before exiting.
I think one way to solve this issue might be to generate some statistics of which bugs were run and how many times. It can then be appended to the answer key.
Bug functions are inconsistent regarding how many times they are run. Some run very often and some run rarely.
Some functions exit without executing since they don't fulfill all conditionals
Ideally, if a function CAN apply to a file, it should execute once before exiting.
I think one way to solve this issue might be to generate some statistics of which bugs were run and how many times. It can then be appended to the answer key.