Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tap::parser::result::plan(3pm) [mojave man page]

TAP::Parser::Result::Plan(3pm)				 Perl Programmers Reference Guide			    TAP::Parser::Result::Plan(3pm)

NAME
TAP::Parser::Result::Plan - Plan result token. VERSION
Version 3.26 DESCRIPTION
This is a subclass of TAP::Parser::Result. A token of this class will be returned if a plan line is encountered. 1..1 ok 1 - woo hooo! 1..1 is the plan. Gotta have a plan. OVERRIDDEN METHODS
Mainly listed here to shut up the pitiful screams of the pod coverage tests. They keep me awake at night. o "as_string" o "raw" Instance Methods "plan" if ( $result->is_plan ) { print $result->plan; } This is merely a synonym for "as_string". "tests_planned" my $planned = $result->tests_planned; Returns the number of tests planned. For example, a plan of 1..17 will cause this method to return '17'. "directive" my $directive = $plan->directive; If a SKIP directive is included with the plan, this method will return it. 1..0 # SKIP: why bother? "has_skip" if ( $result->has_skip ) { ... } Returns a boolean value indicating whether or not this test has a SKIP directive. "explanation" my $explanation = $plan->explanation; If a SKIP directive was included with the plan, this method will return the explanation, if any. "todo_list" my $todo = $result->todo_list; for ( @$todo ) { ... } perl v5.18.2 2014-01-06 TAP::Parser::Result::Plan(3pm)

Check Out this Related Man Page

TAP::Parser::Result::Plan(3)				User Contributed Perl Documentation			      TAP::Parser::Result::Plan(3)

NAME
TAP::Parser::Result::Plan - Plan result token. VERSION
Version 3.28 DESCRIPTION
This is a subclass of TAP::Parser::Result. A token of this class will be returned if a plan line is encountered. 1..1 ok 1 - woo hooo! 1..1 is the plan. Gotta have a plan. OVERRIDDEN METHODS
Mainly listed here to shut up the pitiful screams of the pod coverage tests. They keep me awake at night. o "as_string" o "raw" Instance Methods "plan" if ( $result->is_plan ) { print $result->plan; } This is merely a synonym for "as_string". "tests_planned" my $planned = $result->tests_planned; Returns the number of tests planned. For example, a plan of 1..17 will cause this method to return '17'. "directive" my $directive = $plan->directive; If a SKIP directive is included with the plan, this method will return it. 1..0 # SKIP: why bother? "has_skip" if ( $result->has_skip ) { ... } Returns a boolean value indicating whether or not this test has a SKIP directive. "explanation" my $explanation = $plan->explanation; If a SKIP directive was included with the plan, this method will return the explanation, if any. "todo_list" my $todo = $result->todo_list; for ( @$todo ) { ... } perl v5.16.3 2013-05-02 TAP::Parser::Result::Plan(3)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to create a simple todo file?

Hia all, I am trying to create a simple script, that will keep me a todo file/log. The idea is to have to scritps, one to enter a new todo file, one to delete (it can be one with different inputs, but this is not the point) e.g. > newEntry Call_home - will add a new line to the log like... (4 Replies)
Discussion started by: sierra_aar
4 Replies

2. UNIX for Dummies Questions & Answers

Migrating from NT to UNIX

I'm looking for a sample plan for migrating my OS from NT to UNIX that I can build a project plan on. Does anyone know of a resource? (2 Replies)
Discussion started by: llehew
2 Replies

3. UNIX for Dummies Questions & Answers

OpenDarwin and X

Hey, I'm fairly used to unix/linux as a whole, but new to opendarwin, just wondering, does it come with any windowmanagers beside maybe twm? I plan on getting it regardless, but knowing would always be useful. Googling hasn't provided any useful result.. can anyone answer this for me? Thanks if... (2 Replies)
Discussion started by: Mike Savior
2 Replies

4. AIX

Changing the IP Address

I need to change the IP address on one of your Unix machines - P630, AIX5.2. I plan on using SMIT to perform this function. These are the steps that I have put together so far: 1. Select Communications Applications & Services - Select TCP/IP - Select Minimun Configuration & Startup... (2 Replies)
Discussion started by: jyoung
2 Replies

5. UNIX for Dummies Questions & Answers

Calculation - Result not accurate if numbe too big

Dear all, Below is my script, totalCount=57006427 totalSummCount=1207590 let percentageSumTmp1=${totalCount}-${totalSummCount} let percentageSumTmp2=${percentageSumTmp1}*100 The expected result for percentageSumTmp2 should be (5579883700), but when I execute the script in unix env i... (3 Replies)
Discussion started by: epall
3 Replies

6. BSD

Partitioning recommendation

I have an old Pentium box pieced together from parts, and the 2G hard drive in it is showing signs of a coming death. I have purchased an 8G HD to replace the old one, and I plan to install NetBSD 1.6.1. The machine is to be used as a home server, with Mail handled as fetchmail -> sendmail ->... (4 Replies)
Discussion started by: criglerj
4 Replies

7. UNIX for Dummies Questions & Answers

Writing a "for" loop

Hi All. I'm new to Unix, decided to embrace it finally, and am so impressed. As part of my learning plan, i've been set this question but i'm a bit stuck as to where to start! Set a variable called $X to the contents of a directory- and then using a "for" loop test each component to see... (6 Replies)
Discussion started by: Great Uncle Kip
6 Replies

8. Shell Programming and Scripting

vpath directive in make

Hi all, I need to check the contents of my vpath directive in my file. Is it possible to check the contents of the vpath directive as we do for a variable like @echo '$vpath' . Please let me know the above is correct or suggest me the correct one. Thanks in advance. -Jerry (6 Replies)
Discussion started by: jerryragland
6 Replies

9. Linux

recommendations for a Linux hosting plan?

I'd like to purchase a hosting plan, i found a $3.99 on webhost4life.org, any1 using the package before? (2 Replies)
Discussion started by: BestLinux
2 Replies

10. Filesystems, Disks and Memory

an advice regarding backup plan

Hi all i'm looking for good advice regarding backup plan becuase its first time to me handle large scale database expected to grow up 10000 - 20000 record per year with daily operations on it I'm working as sysAdmin in educational organization ( junior level ) with mixed OSes environment... (3 Replies)
Discussion started by: h@foorsa.biz
3 Replies

11. AIX

Plan to shutdown servers

Hello everyone I need to shutdown all my servers and my storage. I would like to hear your opinions about this. This is my little plan about all this. 1.-Stop the applications 2.-Stop the webservers 3.-Stop the ihs 4.-Stop the databases 5.-Verify no process are running 6.-Close the... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

12. Shell Programming and Scripting

Repeated Pattern

I have a list like this: todu todo tofe tafo I want to grep only the lines where the 2nd and the 4th character are the same. In this case I would get only "todo". Thanks. (3 Replies)
Discussion started by: rlopes
3 Replies

13. What is on Your Mind?

Just getting started with UNIX programming and administration

Hi everyone, I am new to this forum and this is my very first post, one i think i will look back at many years from now and have nothing to regret about. This is simply because i recently installed Linux (Ubuntu) on my system and downloaded a book titled, The Unix Programming Environment. I... (7 Replies)
Discussion started by: despiragado
7 Replies