Branch Coverage
blib/lib/Sque/Job.pm
Criterion
Covered
Total
%
branch
0
6
0.0
line
true
false
branch
95
0
0
unless
$self
->class
->require
98
0
0
if
(
$self
->class
->can
(
'new'
)
)
{
}
103
0
0
unless
$self
->class
->can
(
'perform'
)