I have a solution with 5 projects:
- Portable class library
- Android app
- iOS app
- Windows Phone App
- Unit tests
How can I measure the amount of code in each project (with the exception of unit tests)? I tried code metrics in Visual Studio Enterprise 2015, but VS will work when I try to compute it.
I have both a Windows PC and a Mac, as well as Visual Studio and Xamarin Studio, so the solution in any of them will be fine.
source
share