| Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Policy/Miscellanea/ProhibitUnrestrictedNoCritic.pm |
| Statements | Executed 18 statements in 313µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 16µs | 16µs | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@10 |
| 1 | 1 | 1 | 12µs | 23µs | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@11 |
| 1 | 1 | 1 | 8µs | 9µs | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::default_severity |
| 1 | 1 | 1 | 7µs | 11µs | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@12 |
| 1 | 1 | 1 | 7µs | 182µs | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@15 |
| 1 | 1 | 1 | 7µs | 57µs | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@16 |
| 1 | 1 | 1 | 7µs | 27µs | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@13 |
| 1 | 1 | 1 | 2µs | 2µs | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::supported_parameters |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::applies_to |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::default_themes |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::violates |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | ############################################################################## | ||||
| 2 | # $URL$ | ||||
| 3 | # $Date$ | ||||
| 4 | # $Author$ | ||||
| 5 | # $Revision$ | ||||
| 6 | ############################################################################## | ||||
| 7 | |||||
| 8 | package Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic; | ||||
| 9 | |||||
| 10 | 2 | 39µs | 1 | 16µs | # spent 16µs within Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@10 which was called:
# once (16µs+0s) by Module::Pluggable::Object::_require at line 10 # spent 16µs making 1 call to Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@10 |
| 11 | 2 | 22µs | 2 | 34µs | # spent 23µs (12+11) within Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@11 which was called:
# once (12µs+11µs) by Module::Pluggable::Object::_require at line 11 # spent 23µs making 1 call to Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@11
# spent 11µs making 1 call to strict::import |
| 12 | 2 | 18µs | 2 | 15µs | # spent 11µs (7+4) within Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@12 which was called:
# once (7µs+4µs) by Module::Pluggable::Object::_require at line 12 # spent 11µs making 1 call to Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@12
# spent 4µs making 1 call to warnings::import |
| 13 | 2 | 22µs | 2 | 47µs | # spent 27µs (7+20) within Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@13 which was called:
# once (7µs+20µs) by Module::Pluggable::Object::_require at line 13 # spent 27µs making 1 call to Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@13
# spent 20µs making 1 call to Exporter::import |
| 14 | |||||
| 15 | 2 | 27µs | 2 | 357µs | # spent 182µs (7+175) within Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@15 which was called:
# once (7µs+175µs) by Module::Pluggable::Object::_require at line 15 # spent 182µs making 1 call to Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@15
# spent 175µs making 1 call to Exporter::import |
| 16 | 2 | 170µs | 2 | 108µs | # spent 57µs (7+50) within Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@16 which was called:
# once (7µs+50µs) by Module::Pluggable::Object::_require at line 16 # spent 57µs making 1 call to Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::BEGIN@16
# spent 50µs making 1 call to base::import |
| 17 | |||||
| 18 | 1 | 500ns | our $VERSION = '1.121'; | ||
| 19 | |||||
| 20 | #----------------------------------------------------------------------------- | ||||
| 21 | |||||
| 22 | 1 | 2µs | 1 | 28µs | Readonly::Scalar my $DESC => q{Unrestricted '## no critic' annotation}; # spent 28µs making 1 call to Readonly::Scalar |
| 23 | 1 | 1µs | 1 | 21µs | Readonly::Scalar my $EXPL => q{Only disable the Policies you really need to disable}; # spent 21µs making 1 call to Readonly::Scalar |
| 24 | |||||
| 25 | #----------------------------------------------------------------------------- | ||||
| 26 | |||||
| 27 | 1 | 5µs | # spent 2µs within Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::supported_parameters which was called:
# once (2µs+0s) by Perl::Critic::Policy::new at line 88 of Perl/Critic/Policy.pm | ||
| 28 | 1 | 2µs | # spent 9µs (8+2) within Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic::default_severity which was called:
# once (8µs+2µs) by Perl::Critic::Policy::get_severity at line 331 of Perl/Critic/Policy.pm | ||
| 29 | sub default_themes { return qw( core maintenance ) } | ||||
| 30 | sub applies_to { return 'PPI::Document' } | ||||
| 31 | |||||
| 32 | #----------------------------------------------------------------------------- | ||||
| 33 | |||||
| 34 | sub violates { | ||||
| 35 | my ( $self, $doc, undef ) = @_; | ||||
| 36 | |||||
| 37 | # If for some reason $doc is not a P::C::Document, then all bets are off | ||||
| 38 | return if not $doc->isa('Perl::Critic::Document'); | ||||
| 39 | |||||
| 40 | my @violations = (); | ||||
| 41 | for my $annotation ($doc->annotations()) { | ||||
| 42 | if ($annotation->disables_all_policies()) { | ||||
| 43 | my $elem = $annotation->element(); | ||||
| 44 | push @violations, $self->violation($DESC, $EXPL, $elem); | ||||
| 45 | } | ||||
| 46 | } | ||||
| 47 | |||||
| 48 | return @violations; | ||||
| 49 | } | ||||
| 50 | |||||
| 51 | #----------------------------------------------------------------------------- | ||||
| 52 | |||||
| 53 | 1 | 3µs | 1; | ||
| 54 | |||||
| 55 | __END__ |