Does NCover support Mono?
NCover does not support applications running on the Mono Framework. However, applications that run on the Mono Framework should be able to run on the .NET Framework when executed on a Windows OS. Once the application runs on the .NET Framework (it might need to be recompiled) NCover can cover the application. If you do need to cover an application that runs on the Mono Framework, then Mono has several code coverage tools available. You can check them out here.