ADVERTISEMENT

Kapunan's 'spanking' comment causes ruckus; prosecutor vows to 'behave'

Published Aug 12, 2026 03:09 pm

At A Glance

  • Private prosecutor Lorna Kapunan jokingly said she restrained herself from "spanking" defense lawyer Kristine Ferrer during heated exchanges in Vice President Sara Duterte's Senate impeachment trial.
  • COA auditor Xylene del Campo testified that protective intelligence reports and certifications submitted by the OVP were insufficient to prove the success of information gathering, leaving questioned reward payments disallowed.
  • Presiding officer Senator Francis Escudero urged both lawyers to exercise restraint, while Del Campo distinguished between allowable payments for information and disallowed payments of rewards requiring proof of success.
Private prosecutor Lorna Kapunan (left), defense lawyer Kristine Ferrer (Senate PRiB)
Private prosecutor Lorna Kapunan (left), defense lawyer Kristine Ferrer (Senate PRiB)


Private prosecutor Lorna Kapunan said in open court--although in jest--that she held herself back from "spanking" her much younger defense lawyer-counterpart, Kristine Ferrer, during the continuation of Vice President Sara Duterte's Senate impeachment trial on Wednesday, Aug. 12.
It was the latest sound bite from Kapunan--a veteran litigator of almost 50 years--and it came during Ferrer's cross-examination of prosecution witness, Commission on Audit (COA) state auditor Xylene del Campo.
Things got heated between Kapunan and Ferrer after the latter insinuated during cross-examination that the tagging of activities described in Office of the Vice President (OVP) confidential funds reports as "intelligence" or "surveillance" established proper auditing of such funds.
Naturally, Kapunan disagreed with this assertion.
At one point, presiding officer Senator Francis “Chiz” Escudero told both lawyers that they were members of the Bar and would be treated equally. He urged them not to let what he described as the "generational divide" increase tension in the courtroom.
“I am preventing myself from giving her a spanking, Your Honor,” Kapunan said, jokingly.
However, Escudero was still compelled to once again call for restraint. Kapunan responded to this by saying, “I promise to henceforth behave.”
The House prosecution had called Del Campo to the witness stand as part of its presentation of evidence for article I of the articles of impeachment against Duterte, covering the alleged misuse of P612.5 million worth of confidential funds.
On Wednesday, Ferrer showed Del Campo protective intelligence operations reports submitted with the OVP’s responses to audit observations by COA covering the first three quarters of 2023.
Is it intelligence work?
Ferrer quizzed Del Campo about listed activities such as coordination with police and military intelligence operatives, threat assessment, surveillance of venues, profiling of participants, and deployment of informants along the Vice President’s routes.
“Tingnan natin isa-isa kung ito ba talagang intelligence work o hindi,” Ferrer said before going through the entries.
(Let's check each one to make sure if they are part of intelligence work or not.)
Del Campo agreed that several activities described in the documents could fall under intelligence gathering, surveillance, or confidential work.
However, Kapunan objected, and reminded everyone that the impeachment article and the witness’s audit testimony concerned the OVP’s use of confidential funds.
“We are not talking about intelligence funds. We’re talking about confidential funds,” Kapunan said. “All the questions referred to intelligence funds, when the topic today is confidential funds.”
The prosecutor said the distinction was significant because the witness’s acknowledgment that an activity could be classified as "surveillance" did not resolve whether or not the particular payment was supported by the documents required for its reported purpose.
When asked why the expenses remained disallowed despite the protective intelligence reports (PIOR) and certifications submitted by the OVP, Del Campo maintained that the documents did not sufficiently demonstrate the success required for the questioned payments of rewards.
“Hindi po sufficient iyong PIOR and certification na evidence na nagpapakita ng success ng information gathering,” Del Campo testified.
(That PIOR and certification are not sufficient evidence to show the success of information gathering.)
The defense then asked Del Campo if a surveillance that prevented an incident from occurring could itself demonstrate that an operation succeeded. Kapunan objected again, and described the question as hypothetical.
Escudero allowed the inquiry to continue, as he noted that the reports themselves stated that no untoward incident had occurred.
Del Campo distinguished payments for information--which she said were not disallowed--from payments of rewards, which required proof of success.

Related Tags

Lorna Kapunan impeachment Sara Duterte confidential funds Kristine Ferrer Spanking
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.