| line |
true |
false |
branch |
|
67
|
0 |
0 |
if $profiles{$_[0]} |
|
89
|
0 |
0 |
unless ($profile_ref) |
|
90
|
0 |
0 |
unless defined $profile_ref |
|
140
|
0 |
0 |
unless my $profile_ref = $self->get_profile($profile_name) |
|
188
|
0 |
0 |
if (my $pre = $precondition{'reset_all_profiles'}) |
|
189
|
0 |
0 |
unless &$pre() |
|
208
|
0 |
0 |
if (my $pre = $precondition{'flush_all_profiles'}) |
|
209
|
0 |
0 |
unless &$pre() |
|
229
|
0 |
0 |
if (my $pre = $precondition{'start_sample_period_all_profiles'}) |
|
230
|
0 |
0 |
unless &$pre() |
|
251
|
0 |
0 |
if (my $pre = $precondition{'end_sample_period_all_profiles'}) |
|
252
|
0 |
0 |
unless &$pre() |
|
292
|
0 |
0 |
if $code and ref $code ne 'CODE' |
|
293
|
0 |
0 |
unless exists $precondition{$name} |