Can someone recommend me a Perl interpreter that can run on the Windows command line to read LCOV files (and generate some kind of report)? I looked at genhtml and it looks like it needs a lot of customization and should work in a bash shell environment, which is not very suitable for the Windows command line.
Thanks.
The easiest perl to use on Win32 is ActiveState ActivePerl .
Strawberry Perl gives a more “normal” Perl experience (it includes the C compiler and makes it so that you can do the usual CPAN style installs).
Finally, Cygwin is complete in Unix for Windows. Perl is one of many tools available to Cygwin.
Indigo Perl is also a bit of a launch, but they have a good kit for testing web applications. They send a compilation of Apache, mod_perl, perl, which is very easy to get started with.
win32.perl.org is a useful resource that you should check.
Windows Perl interpreters include Cygwin and ActivePerl.
Do you already have a perl script to read genhtml files?
Source: https://habr.com/ru/post/1725367/More articles:Is OAuth and OpenID correct in this case? - authenticationRewriteRule (mod_rewrite) - regexIterate through a list of words and search through a folder to search for files (s) containing that word - c #Подстановка Javascript для json - jsonCan a PHP application run when sending emails? - phphttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1725368/linking-32-bit-libraries-to-a-64-bit-net-application-and-memory-consumption&usg=ALkJrhijKtn_uXKf3v3U54RCI3EnrSIynQphpunit xml file (phpunit.xml) - phpSimple little shell script for calculating averages - bashHow to prevent default actions in JavaScript? - javascriptFramework validation for a WPF application (using MVP) and ASP.NET MVC - asp.net-mvcAll Articles