Condition Coverage

blib/lib/Mojolicious/Plugin/PrometheusTiny.pm
Criterion Covered Total %
condition 12 15 80.0


or 2 conditions

line l !l condition
17 0 6 $config->{'worker_label'} //= 1
18 0 6 $config->{'method_label'} //= 1
26 1 5 $config->{'path'} // "/metrics"
90 1 5 $config->{'duration_buckets'} // [1..10, 20, 30, 60, 120, 300, 600, 1200, 3600, 6000, 12000]
100 1 5 $config->{'request_buckets'} // [1, 10, 100, 1000, 10000, 50000, 100000, 500000, 1000000]
106 1 5 $config->{'response_buckets'} // [1, 10, 100, 1000, 10000, 50000, 100000, 500000, 1000000]

or 3 conditions

line l !l&&r !l&&!r condition
25 1 5 0 $config->{'route'} // $app->routes->under("/")