blib/lib/Devel/MojoProf.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 13 | 53.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 0 | 11 | 0 | &blessed($res[0]) and $res[0]->isa('Mojo::Promise') |
line | l | !l | condition |
---|---|---|---|
10 | 0 | 6 | $ENV{'DEVEL_MOJOPROF_CALLER'} // 1 |
57 | 2 | 0 | $make_message ||= sub { shift(); join ' ', @_; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
40 | 0 | 6 | 0 | $self->{'reporter'} || 'Devel::MojoProf::Reporter'->new |
92 | 13 | 40 | 13 | $caller[0] eq 'Devel::MojoProf' or $caller[0] =~ /$params->{'ignore_caller'}/ |