| Filename | /usr/share/koha/lib/Koha/QueryParser/Driver/PQF/query_plan/node/atom.pm |
| Statements | Executed 10 statements in 158µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 17µs | 181µs | Koha::QueryParser::Driver::PQF::query_plan::node::atom::BEGIN@2 |
| 1 | 1 | 1 | 13µs | 17µs | Koha::QueryParser::Driver::PQF::query_plan::node::atom::BEGIN@4 |
| 1 | 1 | 1 | 12µs | 24µs | Koha::QueryParser::Driver::PQF::query_plan::node::atom::BEGIN@5 |
| 0 | 0 | 0 | 0s | 0s | Koha::QueryParser::Driver::PQF::query_plan::node::atom::target_syntax |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Koha::QueryParser::Driver::PQF::query_plan::node::atom; | ||||
| 2 | 3 | 41µs | 2 | 345µs | # spent 181µs (17+164) within Koha::QueryParser::Driver::PQF::query_plan::node::atom::BEGIN@2 which was called:
# once (17µs+164µs) by Koha::QueryParser::Driver::PQF::BEGIN@14 at line 2 # spent 181µs making 1 call to Koha::QueryParser::Driver::PQF::query_plan::node::atom::BEGIN@2
# spent 164µs making 1 call to base::import |
| 3 | |||||
| 4 | 3 | 28µs | 2 | 21µs | # spent 17µs (13+4) within Koha::QueryParser::Driver::PQF::query_plan::node::atom::BEGIN@4 which was called:
# once (13µs+4µs) by Koha::QueryParser::Driver::PQF::BEGIN@14 at line 4 # spent 17µs making 1 call to Koha::QueryParser::Driver::PQF::query_plan::node::atom::BEGIN@4
# spent 4µs making 1 call to strict::import |
| 5 | 3 | 86µs | 2 | 37µs | # spent 24µs (12+13) within Koha::QueryParser::Driver::PQF::query_plan::node::atom::BEGIN@5 which was called:
# once (12µs+13µs) by Koha::QueryParser::Driver::PQF::BEGIN@14 at line 5 # spent 24µs making 1 call to Koha::QueryParser::Driver::PQF::query_plan::node::atom::BEGIN@5
# spent 13µs making 1 call to warnings::import |
| 6 | |||||
| 7 | =head1 NAME | ||||
| 8 | |||||
| - - | |||||
| 22 | sub target_syntax { | ||||
| 23 | my ($self, $server) = @_; | ||||
| 24 | |||||
| 25 | my $content = $self->content; | ||||
| 26 | $content =~ s/"/\\"/g; | ||||
| 27 | |||||
| 28 | return ' "' . $content . '" '; | ||||
| 29 | } | ||||
| 30 | |||||
| 31 | 1 | 2µs | 1; |