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 : BUGS
- BEGIN and CHECK blocks and code in modules is not reported. - Doesn't play nicely with all of Perl's testsuite. - elsif and else coverage is reported on the same line as the if statement. This is because perl doesn't store the line number for the elsif and elses. For the same reason the following warning is reported on line 1 rather than line 2: perl -we 'if ($a) {} elsif ($a + 1) {}' Use of uninitialized value in addition (+) at -e line 1. - Pod coverage only reports data for modules, not top level scripts. This is a limitation in Pod::Coverage. - Pod coverage does not work well with source filters including Switch. Line numbers are reported incorrectly. - If an END block installs another END block it won't be covered. More generally, any code run after Devel::Cover's END block won't be covered.
Close