Piotr Koper

Results 2 comments of Piotr Koper

Tag functionality could be also available in the runtime: ``` use Test::Simple tests => 3; my ($foo, $bar) = (1, 1); @Devel::Cover::Tags = 'positive'; ok { $foo == 1, 'foo...

Looks like you have slow syslog which blocks your stud on /dev/log unix socket. Check disk I/O saturation or look for any other problem with syslog performance like e.g. DNS...